Gitconfig tip for github
01 Nov 2016 -
1 minute read
categories:
uncategorized
tags:
git
Today’s git tip
In .gitconfig:
[url “[email protected]:”]
insteadOf = gh:
Now you can do, eg:
$ git clone gh:kisielk/errcheck
Today’s git tip
In .gitconfig:
[url “[email protected]:”]
insteadOf = gh:
Now you can do, eg:
$ git clone gh:kisielk/errcheck