Saving your back in git
Here is a usefull collection of git commands that I keep coming back to, it saved me countless times when I was in tricky situations. I have finally decided to compile them here, I hope it can help you too!
Here is a usefull collection of git commands that I keep coming back to, it saved me countless times when I was in tricky situations. I have finally decided to compile them here, I hope it can help you too!
If you are like me, and you are in an project using git
, you probably create or use a LOT of branches. There can be times when it’s hard to keep track of all of them and they pile up in your project’s folder until you see 100 of them.
I’m joining the party a little late, but I’ve started working with git
and GitHub
, both for this website, and coincidentally at work for my current project.This is a quick article about using your favorite editor to write your commit messages.