summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>2011-11-28 11:06:09 +0400
committerDmitry Kurochkin <dmitry.kurochkin@gmail.com>2011-11-28 11:06:09 +0400
commit87f260230e0d98fe1e3007205105268ed52bfb45 (patch)
treec3bc5d49776640cb4439bb3aee3bc9aa2abe90f8
parent0312d1333c36a3266dbe66397075f7af586d9ed1 (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.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/nmbug.mdwn b/nmbug.mdwn
index e8f3050..6e9c5cd 100644
--- a/nmbug.mdwn
+++ b/nmbug.mdwn
@@ -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