Skip to content
Snippets Groups Projects
dmaPushGhPages.sh 326 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
Amanda Ghassaei's avatar
Amanda Ghassaei committed
git merge upstream/gh-pages
Amanda Ghassaei's avatar
Amanda Ghassaei committed
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