|
|
|
|
|
by JeremyNT
2041 days ago
|
|
> I usually do all the work in branches anyways, so I'll just create a quick branch and commit it there. I never work on a checked-out version of a branch that's currently being updated. I always check out a new branch for my work and rebase or merge off the branch others are working on. I'm fully aware of stash, and every now and then I use it, but it's pretty infrequent. Seeing as you need to learn branching anyway it's not going to be important for every workflow. |
|