7 lines
57 B
Bash
Executable File
7 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git add --all
|
|
git commit -am "$1"
|
|
git push
|
|
|