Tidy up and add's slides on remotes
This commit is contained in:
parent
94607bbdea
commit
312d654ea8
5 changed files with 315 additions and 61 deletions
12
shell/set-upstream-push
Executable file
12
shell/set-upstream-push
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd /tmp/demo
|
||||
|
||||
echo '$ git branch --set-upstream-to=origin/master master'
|
||||
git branch --set-upstream-to=origin/master master
|
||||
|
||||
echo '$ git push'
|
||||
git push
|
||||
|
||||
echo '$ git status'
|
||||
git -c color.ui=always status
|
Loading…
Add table
Add a link
Reference in a new issue