parent
39101ba16e
commit
c025bd0d8f
@ -1,2 +1,3 @@ |
|||||||
|
#Cleans up and removes unused files. |
||||||
find . -type f -name *.class -delete |
find . -type f -name *.class -delete |
||||||
find . -type f -name manifest -delete |
find . -type f -name manifest -delete |
@ -1,3 +1,4 @@ |
|||||||
|
#Adds a commit message and pushes project to github repository. |
||||||
git add -u |
git add -u |
||||||
git add * |
git add * |
||||||
git commit -m "$*" |
git commit -m "$*" |
||||||
|
Loading…
Reference in new issue