background preloader

Git

Facebook Twitter

Don't Be Afraid of Git: The Basics. What can I say about Git and Github?

Don't Be Afraid of Git: The Basics

Once I figured out how to use the damn things, I fell in love with them. Even if you are a single developer and don’t need to collaborate with your fellow coders, it can still help organize your workflow. Code School - Try Git. Git-cheat-sheet-medium.png (PNG Image, 1100 × 850 pixels) A few git tips you didn't know about. Notice: some of these commands or flags require git version 1.7.2.

A few git tips you didn't know about

On OS X, upgrade easily with Homebrew: brew install git Show branches, tags in git log $ git log --oneline --decorate.