Browsing Tag
git
91 posts
ZSH on Windows without WSL
Well, WSL it’s a good way to have a Unix environment on Windows, but sadly his performance and…
Creating Git Hooks Using Husky
Hooks in git are nothing but some code which can be executed at specific points during git execution…
Dude, do the initial Git configuration
Intro Hello, Let me tell you that I just restarted my work computer, why is this relevant? because…
HOW TO COLLABRATE ON GITHUB
GitHub is an incredibly effective way to collaborate on development projects -track files -push. One of the most…
How to undo a git pull
Have you ever been working on a project, ran a git pull only to realise you’ve majorly messed…
How to make Git ignore file permission (chmod) changes
Have you ever made some changes in git, and then changed the files permissions too, only to realise…
Git blame – How to find out who modified a line with Git
Have you ever found a bug inducing line change in your code, and wondered who made the change…
Why Do We Need Version Control?
What is HTML All The Things? HTML All The Things is a web development podcast and discord community…
How to force overwrite local changes with ‘git pull’
Have you ever been working on a project in git and ran into an error telling you that…
Automate your releases on GitHub
So, what are releases? Packaging/bundling software and making it available for a broader audience for download and use.…