|
|
|
|
|
by y1n0
18 days ago
|
|
I think I said named branches, but that is definitely what I mean. I find it strange that people want to work on anonymous branches, but to each their own. I don't so that has no appeal to me. I often work on something and then switch away to something else. it might be a week before i get back to it, and the name of the branch is a clue as to what the heck I was doing. Other people often need to check out a branch I'm working on to help. How does anonymous branching help anyone except a solo developer? |
|
Ah, this is what the description (what git would call the commit message) is for. You can set the description even before you've made any changes.