Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 802 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 802 Bytes

RoadShow

This is the source for the continuous delivery road show.

Repositories

We use two repositories for our show case that includes pretested commits.

RoadShow

RoadShow stable

Need to know commands

Git

git clone
cd RoadShow
... work
git add
git commit
git pull stable master
merge ???
git push origin master
git remote --add stable

Maven

mvn clean package