...
Code Block | ||||
---|---|---|---|---|
| ||||
git config credential.helper store
git config --global push.default simple |
Update Repository
Code Block | ||||
---|---|---|---|---|
| ||||
git add --all && git commit -m "$1" && git push |
...
Code Block | ||||
---|---|---|---|---|
| ||||
git config credential.helper store
git config --global push.default simple |
Code Block | ||||
---|---|---|---|---|
| ||||
git add --all && git commit -m "$1" && git push |