15 lines
169 B
Bash
15 lines
169 B
Bash
|
ls
|
||
|
git commit -a
|
||
|
git config --global user.email www@37.187.101.7
|
||
|
git config --global user.name www
|
||
|
git commit -a
|
||
|
git push
|
||
|
ls
|
||
|
cd SRC/
|
||
|
ls
|
||
|
clear
|
||
|
ls
|
||
|
git pull
|
||
|
git pull
|
||
|
exit
|