This commit is contained in:
Milovann Yanatchkov 2024-02-03 14:10:51 +01:00
parent dbbc409605
commit 67fc6fdf08
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,10 @@
#!/bin/bash #!/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
View file

@ -1 +0,0 @@
*.ifc