forked from HampshireCS/CS112-Spring2012
-
Notifications
You must be signed in to change notification settings - Fork 0
Tips
alecgoebel edited this page Feb 3, 2012
·
15 revisions
- Remove an SSH key passphrase:
$ cd ~/.ssh/
$ ssh-keygen -f id_rsa -p
- Use Emacs Cocoa from the commandline
alias emacs="/Applications/Emacs.app/Contents/MacOS/Emacs" - Open emacs on the commandline after that:
emacs -nw
- GitX (OSX)
- Gity (OSX)
git gui(All Platforms)- Git Extensions (Windows)
- TortoiseGit (Windows)