diff options
| author | Dmitry Kurochkin <dmitry.kurochkin@gmail.com> | 2011-11-28 11:06:09 +0400 |
|---|---|---|
| committer | Dmitry Kurochkin <dmitry.kurochkin@gmail.com> | 2011-11-28 11:06:09 +0400 |
| commit | 87f260230e0d98fe1e3007205105268ed52bfb45 (patch) | |
| tree | c3bc5d49776640cb4439bb3aee3bc9aa2abe90f8 | |
| parent | 0312d1333c36a3266dbe66397075f7af586d9ed1 (diff) | |
Fix git command on the nmbug page.
* s/remote set-url origin/remote origin set-url/
* add --git-dir argument
| -rw-r--r-- | nmbug.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ But you will have to change your url with - git remote origin set-url git@pivot.cs.unb.ca:pub/nmbug + git --git-dir=$HOME/.nmbug remote set-url origin git@pivot.cs.unb.ca:pub/nmbug ## Tagging conventions |
