Created
August 15, 2012 03:30
Revisions
-
fredjean created this gist
Aug 15, 2012 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ # Using a custom URL scheme for shorter GitHub URLs Run the following command: ```shell git config --global url.ssh://[email protected]/.insteadof gh: ``` This will tell Git to expand the gh: URL scheme to ssh://[email protected]. You can then checkout a repo using the shorter syntax: ```shell git clone gh:fredjean/simpler_workflow ```