File size: 118 Bytes
4d15df3
 
f652093
 
15374ec
 
 
4d15df3
 
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

#git config --global credential.helper store

git add *
git commit -m "update"

git pull
git push