-
sudo apt-get install git -
Create local username and email for commits
git config --global user.name "blue-ice"git config --global user.email "[email protected]"- https://help.github.com/articles/set-up-git#set-up-git
-
Add global
.gitignore_globalfile to root directory -
Change
pushmode to "simple"git config --global push.default simple- http://stackoverflow.com/questions/13148066/warning-push-default-is-unset-its-implicit-value-is-changing-in-git-2-0
-
Add a longer wait to the
gitcredential cache:- git config --global credential.helper cache
- git config --global credential.helper 'cache --timeout=7200'
- https://help.github.com/articles/caching-your-github-password-in-git/
- git config --global credential.helper cache
-
Make "leafpad" the default editor - http://stackoverflow.com/questions/2596805/how-do-i-make-git-use-the-editor-of-my-choice-for-commits
-
Install Git(Hub) (Client for Mac)
-
Install Eclipse
-
Install CDT?
-
Install PyDev for Eclipse
Refer frequently to http://www.vogella.com/tutorials/EclipseGit/article.html