Since most of us are using Git(hub) on a daily basis, I wanted to share this 
awesome tips & tricks video [1].

Some things I learned:

Github:
 - Add ?w=1 to a URL to ignore whitespace
 - Command+Enter in textarea -> submits it
 - Using hub -> hub clone christianv/boom
 - The emoji cheat sheet [2]
 - An octocat has 4 legs & 1 tail

If you're not using it yet, an extremely nice feature is the file finder.
Just press "t" when you're on one of the most loved github projects [3] & 
search for any file in the project.

Git
 - git st -sb # Better version of git status
 - git show :/wunderbar # search in git log
 - git config --global rerere.enabled 1 # Dangerous - remember fix of merge 
conflicts
 - git config --global help.autocorrect 1  # Dangerous - makes `git comit` work
 - git config --global color.ui 1


- Christian

[1] http://zachholman.com/talk/git-github-secrets
[2] http://www.emoji-cheat-sheet.com/
[3] https://github.com/sakaiproject/3akai-ux
_______________________________________________
oae-dev mailing list
[email protected]
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to