Initial commit
This commit is contained in:
6
push-dev.sh
Normal file
6
push-dev.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
#sh builddev.sh
|
||||
git checkout dev
|
||||
git add .
|
||||
git commit -m 'changes'
|
||||
git push -u origin dev
|
||||
Reference in New Issue
Block a user