Created
May 17, 2015 04:05
-
-
Save supaket/9d38c1245e86440b934b to your computer and use it in GitHub Desktop.
setup git and it is ready for work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global user.name "Your Name" | |
git config --global user.email “[email protected]" | |
Unix/Mac users: | |
git config --global core.autocrlf input | |
git config --global core.safecrlf true | |
Windows users: | |
git config --global core.autocrlf true | |
git config --global core.safecrlf true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git log --oneline --abbrev-commit --all --graph --decorate