Common Git Usage
I am never good at using Git.
But it’s not my fault. Git has too many commands, and I am not a command line guy. That’s why I usually use SmartGit, a Git software with user interface that supports Mac.
However, there are times when you have to run on the command line (eg. scripting or you just want to be real fast).
These are my common use cases during development work flow. I don’t cover everything, or advanced stuff.
Continue reading →