git open - A small git hack

You can add a git sub-command by defining a new alias in your ~/.gitconfig file as follows: This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters [Show hidden characters]({{ revealButtonHref }}) [alias] open = !...

February 20, 2018 · 2 min

Hands on Intro - Git

Today I presented in the Salt Lake Linux User Group meeting. The topic was “Hands on Intro - Git”. It went well and I actually enjoyed it quite a bit. I choked twice once while trying to explain how to git apply patches that you receive via email, but then recovered from it with some help from the audience. But the second time I choked while trying to explain how to pull from multiple remote repositories, I couldn’t recover from that....

December 8, 2010 · 1 min