commit
This commit is contained in:
parent
dbbc409605
commit
67fc6fdf08
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "commit!"
|
||||
echo "git pull"
|
||||
git pull origin
|
||||
echo "git add"
|
||||
git add .
|
||||
echo "git commit"
|
||||
git commit -am "up!"
|
||||
echo "git push"
|
||||
git push origin
|
||||
|
|
|
|||
1
output/.gitignore
vendored
1
output/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
*.ifc
|
||||
Loading…
Add table
Reference in a new issue