forked from guillaume.emorine/siotp
6 lines
51 B
Bash
6 lines
51 B
Bash
#!/bin/bash
|
|
git pull
|
|
git add .
|
|
git commit
|
|
git push
|