Changes
Page history
Updated git (markdown)
authored
May 14, 2018
by
Jens Hahn
Show whitespace changes
Inline
Side-by-side
git.md
View page @
d055a251
...
...
@@ -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```
...
...
...
...