From a02c1c96eaea3f220c12157657d5930ebd31621c Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Fri, 21 Feb 2020 14:24:42 +0000 Subject: [PATCH] Clarify git alias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f06586b..f18d73c 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file