Tidy up and add's slides on remotes

This commit is contained in:
Jonathan Hodgson 2020-06-16 16:21:13 +01:00
parent 94607bbdea
commit 312d654ea8
5 changed files with 315 additions and 61 deletions

12
shell/set-upstream-push Executable file
View 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