forked from guillaume.emorine/siotp
13 lines
186 B
Bash
13 lines
186 B
Bash
#!/bin/bash
|
|
|
|
GIT_USER=guillaume.emorine
|
|
GIT_PASSWORD="FN2;$m=ZNG;TM)m"
|
|
|
|
git config user.name "$GIT_USER"
|
|
git config user.password "$GIT_PASSWORD"
|
|
|
|
git pull
|
|
git add .
|
|
git commit
|
|
git push
|