Some small changes to the presentation
This commit is contained in:
parent
4456e16333
commit
2be367ed02
3 changed files with 55 additions and 26 deletions
|
@ -22,5 +22,5 @@ git -c color.ui=always status
|
|||
echo '$ git log --oneline --all --graph'
|
||||
git -c color.ui=always log --oneline --all --graph --decorate=short
|
||||
|
||||
echo '$ git merge'
|
||||
echo '$ git merge origin/master'
|
||||
git -c color.ui=always merge origin/master
|
||||
|
|
4
shell/tree-empty-git
Executable file
4
shell/tree-empty-git
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
echo '$ tree .git'
|
||||
cd /tmp/demo
|
||||
tree .git
|
Loading…
Add table
Add a link
Reference in a new issue