Changes

Jump to navigation Jump to search

Git patch

124 bytes added, 20:49, 5 September 2013
git checkout -b fix
In the new fix branch you can hack whatever you need to fix. Write tests, update code etc. etc.<br> # To only add updated files to commit stage git add -u # To make a commit git commit -m "my commit message"
When you’re satisfied with all you changes, it’s time to create your patch. We assume you made a few commits in the fix branch and did not yet merge it back in to the master branch.
Check you changes git log git log --pretty=oneline -35
=== Create patches ===
Trusted, Bureaucrats
1,382

edits

Navigation menu