Updated git (markdown) authored by Jens Hahn's avatar Jens Hahn
......@@ -15,6 +15,7 @@
## Daily work with git
* **pull** repo: ```git pull```
* **add** file: ```git add ./filename```
* **commit**: ```git commit -m "I have done this and that" ./meep.py```
* **push** commits: ```git push```
* **merge** commits: ```git merge```
......
......