Skip to content
Snippets Groups Projects
Commit aa28007c authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

scripts

parent 2f033129
No related branches found
No related tags found
No related merge requests found
*.idea/
*.DS_Store
node/node_modules/
.push.sh
\ No newline at end of file
#!/bin/sh
rsync -r -v --exclude=".*" --exclude='node/node_modules/' ~/Research/WebApps/DMDesign/DMDesign ~/Projects/dma/Web/mod
cd ~/Projects/dma
hg addremove .
hg ci -m "deploy from script"
hg push
\ No newline at end of file
#!/bin/sh
cd ~/Research/CBAStuff/git/archives/dma
git subtree pull -P Web/dmdesign fabpeople:people/amanda.ghassaei/dmdesign master --squash
#!/bin/sh
cd ~/Research/CBAStuff/git/archives/dma
git subtree pull -P Web/mod/dmdesign fabpeople:people/amanda.ghassaei/dmdesign master --squash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment