Java and Eclipse Plugin Development
Java, Eclipse Plugin Development and best software development practices
Showing posts with label
ours
.
Show all posts
Showing posts with label
ours
.
Show all posts
Wednesday, October 21, 2015
How to merge the changes from your development branch to master/release branch
›
$ git checkout development $ git merge -s ours release //merge release into development and discard any changes on release branch $ g...
›
Home
View web version