Gaia/UX Branch: Difference between revisions

→‎How to do Development: Note on committing and rebasing
(→‎Setting up the UX Branch: Update commands to make sure you have the full list of remote branches)
(→‎How to do Development: Note on committing and rebasing)
Line 63: Line 63:
     git checkout bug-777077
     git checkout bug-777077


...hack, hack, hack... ok! Done! Now you'll want to push your new branch to your fork.
...hack, hack, hack... Commit your changes. Don't forget to rebase if you've made more than one commit. Ok, Done!
 
Now you'll want to push your new branch to your fork.


     git push -u origin bug-777077
     git push -u origin bug-777077
canmove, Confirmed users
227

edits