6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#Adds a commit message and pushes project to github repository.
|
|
#Java
|
|
git add -u
|
|
git add *
|
|
git commit -m "$*"
|
|
git push |