diff options
Diffstat (limited to 'contributing')
-rw-r--r-- | contributing/wiki.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contributing/wiki.mdwn b/contributing/wiki.mdwn index 7f70ae91..02911965 100644 --- a/contributing/wiki.mdwn +++ b/contributing/wiki.mdwn @@ -99,7 +99,10 @@ is also read-only. For all cases: if you omit `[dest]` it will default to `wiki`. Later, you can just `cd` into the `wiki` directory and run a `git pull` to get -hold of the latest changes others have been installing in the mean time. +hold of the latest changes others have been installing in the mean time. (Even +better would be to do a `git fetch`, followed by a `git rebase origin/master` +to avoid those *Merge branch ...* messages. See the git documentation for +details.) But now: work on these files. |