diff --git a/my2git.sh b/my2git.sh new file mode 100755 index 0000000..c69a610 --- /dev/null +++ b/my2git.sh @@ -0,0 +1,4 @@ +git pull +git add . +git commit +git push \ No newline at end of file