-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
and they've got bad names.
Flow should be:
-> pull from working master
-> checkout to a new branch, with a name descriptive of the feature you're adding (e.g. 'ajaxtests')
-> do some work
-> add, commit at regular checkpoints
-> once done with the feature (or need remote access to the code), pull, merge, and push to the remote branch (e.g. 'ajaxtests')
-> make a pull req from remote branch (e.g. 'ajaxtests') to remote working master if desired
-> once it has been reviewed and merged by someone else, the merger deletes that remote branch.
Rinse and repeat
Metadata
Metadata
Assignees
Labels
No labels