mirror of
https://github.com/Ascyii/scripts.git
synced 2026-01-01 04:44:24 -05:00
Init
This commit is contained in:
9
shell/giter.sh
Executable file
9
shell/giter.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
git add .
|
||||
git commit -a -m 'auto commit'
|
||||
|
||||
git fetch -a
|
||||
git pull
|
||||
|
||||
git push
|
||||
Reference in New Issue
Block a user