Confirmed users
514
edits
m (→How to commit) |
m (→How to commit) |
||
Line 28: | Line 28: | ||
#push to your repository <pre>git push origin bug-12345-name_of_the_feature</pre> | #push to your repository <pre>git push origin bug-12345-name_of_the_feature</pre> | ||
#provide the link to the commit in bugzilla | #provide the link to the commit in bugzilla | ||
#switch back to master branch <pre>git checkout master</pre> | |||
= Merging = | = Merging = | ||
Please always add <code>--no-ff</code> if using <code>git merge</code> | Please always add <code>--no-ff</code> if using <code>git merge</code> |