6 lines
51 B
Bash
6 lines
51 B
Bash
#!/bin/bash
|
|
git pull
|
|
git add .
|
|
git commit
|
|
git push
|
#!/bin/bash
|
|
git pull
|
|
git add .
|
|
git commit
|
|
git push
|