View a file in a different Git branch without changing branches - Stack Overflow Submitted by johnbickar on Fri, 08/30/2013 - 12:22 git show branch:file Read more about View a file in a different Git branch without changing branches - Stack Overflow
Using SSH over the HTTPS port · GitHub Help Submitted by johnbickar on Thu, 08/01/2013 - 16:43 ssh -T -p 443 git@ssh.github.com Read more about Using SSH over the HTTPS port · GitHub Help
The Scout Pattern // Think Like (a) Git Submitted by johnbickar on Wed, 07/17/2013 - 16:22 Merge git branches safely Read more about The Scout Pattern // Think Like (a) Git
Git - how to tell which commit a tag points to - Stack Overflow Submitted by johnbickar on Mon, 03/25/2013 - 13:57 Read more about Git - how to tell which commit a tag points to - Stack Overflow
Ignoring files · github:help Submitted by johnbickar on Thu, 08/16/2012 - 15:01 git config --global core.excludesfile ~/.gitignore_global Read more about Ignoring files · github:help
git: revert (reset) a single file Submitted by johnbickar on Mon, 01/23/2012 - 14:55 Read more about git: revert (reset) a single file
git ready » push and delete remote branches Submitted by johnbickar on Mon, 01/23/2012 - 13:17 Read more about git ready » push and delete remote branches
The difference between git pull, git fetch and git clone (and git rebase) « Mike Pearce – blog Submitted by johnbickar on Wed, 01/04/2012 - 14:02 Read more about The difference between git pull, git fetch and git clone (and git rebase) « Mike Pearce – blog
Quick Git Tip: Removing Invalid Remote Origins Submitted by johnbickar on Fri, 09/30/2011 - 16:57 Read more about Quick Git Tip: Removing Invalid Remote Origins