Skip to content
alexjo edited this page Aug 11, 2014 · 6 revisions
  • Fork this repo
  • Clone your fork of this repo => git clone [email protected]:$YOUR_USER_NAME/android-test.git
  • Create and checkout a new branch for feature work => git branch lib_updates && git checkout lib_updates
  • Do work and change/create code as required
  • Save branch => git add --all && git commit -m "working on new features"
  • Upload branch => git push origin lib_updates:lib_updates
  • Create pull request with git web gui
  • Change local branch to either master or another feature branch => git checkout master

Do not do any further work on the branch currently in Pull Request for review

Clone this wiki locally