From 3674143f43540a2865dc217bc8acb566cdfe66c3 Mon Sep 17 00:00:00 2001 From: Dave Bell Date: Wed, 25 May 2016 13:24:32 +0100 Subject: [PATCH] Fix documentation issue for checkout out other peoples commits --- doc/Support/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Support/FAQ.md b/doc/Support/FAQ.md index 6d1c0664e9..602ac697b3 100644 --- a/doc/Support/FAQ.md +++ b/doc/Support/FAQ.md @@ -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 ```