Skip to content

Instantly share code, notes, and snippets.

@sanketsudake
Created January 17, 2019 06:46
Show Gist options
  • Save sanketsudake/f29dd54dc0c357fa71c1436607a3749e to your computer and use it in GitHub Desktop.
Save sanketsudake/f29dd54dc0c357fa71c1436607a3749e to your computer and use it in GitHub Desktop.
Cloning repo with ease
  1. Add in .gitconfig url shortcut
[url "git@github.com:infracloudio/"]
    insteadOf = inf:
  1. Clone repo with ease
$ git clone inf:botkube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment