mirror of
https://github.com/Ascyii/scripts.git
synced 2026-01-01 12:54:24 -05:00
10 lines
85 B
Bash
Executable File
10 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git add .
|
|
git commit -a -m 'auto commit'
|
|
|
|
git fetch -a
|
|
git pull
|
|
|
|
git push
|