Fix documentation issue for checkout out other peoples commits

This commit is contained in:
Dave Bell
2016-05-25 13:24:32 +01:00
parent 797f7a9705
commit 3674143f43
+1 -1
View File
@@ -164,7 +164,7 @@ If you see `nothing to commit, working directory clean` then let's go for it :)
Let's say that you want to test a users (f0o) new development branch (issue-1337) then you can do the following:
```bash
git remote add f0o https://github.com/librenms/librenms.git
git remote add f0o https://github.com/f0o/librenms.git
git remote update f0o
git checkout issue-1337
```