Skip to content
Snippets Groups Projects
dmaPushMaster.sh 324 B
Newer Older
Amanda Ghassaei's avatar
Amanda Ghassaei committed
#!/bin/sh

Amanda Ghassaei's avatar
Amanda Ghassaei committed
cd ~/Research/CBAStuff/git/dmdesign
git co master
git fetch upstream
git merge upstream/master
git push origin master
Amanda Ghassaei's avatar
Amanda Ghassaei committed
cd ~/Research/CBAStuff/git/archives/dma
Amanda Ghassaei's avatar
Amanda Ghassaei committed
git fetch origin
git merge origin/master
Amanda Ghassaei's avatar
Amanda Ghassaei committed
git subtree pull -P Web/dmdesign fabpeople:people/amanda.ghassaei/dmdesign master --squash
Amanda Ghassaei's avatar
Amanda Ghassaei committed
git push origin master