Changes
Page history
Update git basic setup
authored
Sep 03, 2018
by
Marek Šabo
Show whitespace changes
Inline
Side-by-side
git-basic-setup.md
View page @
6a04a708
...
@@ -64,7 +64,9 @@ git add -A && git commit -m "Shortly describe what have you done."
...
@@ -64,7 +64,9 @@ git add -A && git commit -m "Shortly describe what have you done."
Then you can look at your changes what you have done
Then you can look at your changes what you have done
```
bash
```
bash
git diff
--staged
git diff
--staged
# before commit
git show
# after commit
```
```
# 4. Submitting your code
# 4. Submitting your code
...
...
...
...