Tuesday, January 6, 2015
Install GIT on Linux Ubuntu
sudo apt-get update
sudo apt-get install git
git config --global user.name "Your Name"
git config --global user.name "Your Name"
git config --global user.email "youremail@domain.com"
Check:
git config --list
Where .gitconfig is located:
~/.gitconfig
Nice help for .gitconfig
https://gist.github.com/pksunkara/988716
https://gist.github.com/pksunkara/988716
Subscribe to:
Posts (Atom)