Clarify git alias
parent
d183840dbf
commit
a02c1c96ea
|
@ -38,6 +38,6 @@ Output the repository SSH URL of this repo (without cloning)
|
||||||
|
|
||||||
Create a git alias for `git-import`
|
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`
|
and use like `git get go.jolheiser.com/git-import`
|
Loading…
Reference in New Issue