-
Notifications
You must be signed in to change notification settings - Fork 42
Home
Bret Curtis edited this page Apr 12, 2014
·
12 revisions
- Want to help out? Create a github account and fork a repo! Follow this guide to get started: https://help.github.com/articles/fork-a-repo
- Want to get more out of git? Another to the point guide: git - the simple guide
- Rebasing in your own branch, when finished with branch, merge that back into it's parent branch
- Branching is cheap, want to fix something in a branch created by someone else... branch it and ask branch "owner" to review it and merge it in
- Try to avoid working directly in master and wildmidi-* branches, use branches as they are cheap (obviously not necessary for typos and other trivial things)