-
Notifications
You must be signed in to change notification settings - Fork 3
Project Workflow
zben edited this page May 2, 2012
·
1 revision
git clone [email protected]:zben/talent-search.git
git pull origin master --rebase
git checkout -b new_feature_branch
git add . git commit -a -m "changed the user model into a polymorphic one" git diff new_feature_branch master git push -u new_feature_branch
Lead developer will check the code, merge the pull-request into the master branch and feature is accepted.