mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix documentation issue for checkout out other peoples commits
This commit is contained in:
+1
-1
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user