Clarify git alias

pull/1/head
John Olheiser 2020-02-21 14:24:42 +00:00
parent d183840dbf
commit a02c1c96ea
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ Output the repository SSH URL of this repo (without cloning)
Create a git alias for `git-import`
```
git config --global alias.get /path/to/git-import
git config --global alias.get '!/path/to/git-import'
```
and use like `git get go.jolheiser.com/git-import`