-
Notifications
You must be signed in to change notification settings - Fork 69
Home
dstar55 edited this page Oct 6, 2017
·
4 revisions
compile, build, test
$ mvn clean test
generate documentation mvn clean site
git
master: clone: git clone https://github.com/dstar55/100-words-design-patterns-java .
commit git add . git commit -m "..." git push origin master
branch e.g. gh-pages clone: git clone -b gh-pages https://github.com/dstar55/100-words-design-patterns-java .
commit git add . git commit -m "..." git push origin gh-pages