Below you will find pages that utilize the taxonomy term “git”
Writings
A Few Useful Git Commands
I’ve been working fulltime with Git for a while now and I’ve noticed a pattern of commands that emerge every so often, but not often enough that would make me remember them.
That’s why I decided to post them here so I know where to look in the future. And of course they can turn out to be useful to someone else too.
So without further ado, here they are:
Writings
git cheat shee
For those who don't know Git is a version control system developed by Linus Torvalds. It's main difference from other tools like SVN and CVS is the fact that it's distributed.
Recently I gave a workshop about Git here at the company where I walked through the most common cases I usually see when working in a team and thought about posting a summary of the commands used in the workshop.