Confirmed users
3,816
edits
No edit summary |
|||
| Line 27: | Line 27: | ||
* Now you're on a local branch called "1.4.2" with the 1.4.2 code. Use git checkout to switch between local branches. | * Now you're on a local branch called "1.4.2" with the 1.4.2 code. Use git checkout to switch between local branches. | ||
= Getting | = Getting Stuff Done = | ||
We recommend doing all your work against master. Then if we need to take that patch on a maintenance branch, we can address that later with your patch from the master tree. So, to work on master, here's what you need to do. | We recommend doing all your work against master. Then if we need to take that patch on a maintenance branch, we can address that later with your patch from the master tree. So, to work on master, here's what you need to do. | ||
<pre> | <pre> | ||