Skip to content
Snippets Groups Projects
Commit 93d8d583 authored by Frank Steinberg's avatar Frank Steinberg
Browse files

Updates.

parent 3b69a5bf
No related branches found
No related tags found
No related merge requests found
......@@ -94,9 +94,11 @@ For an ongoing distributed translation process, it is possible to install this p
```
git remote add web ssh://frank@zbox.ibr.cs.tu-bs.de/var/www/bjcp-2015-styleguide
```
and then pull its updates whenever you want:
and then fetch its updates whenever you want, compare it, merge it, ... (again, this text cannot replace a Git tutorial):
```
git pull web master
git fetch web
git diff master web/master
git merge web/master
```
## Contact
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment