Skip to content
dstar55 edited this page Oct 6, 2017 · 4 revisions

Welcome to the 100-words-design-patterns-java wiki!

Working with code

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

Clone this wiki locally