Replies: 1 comment
-
|
Thanks. I wasn't aware of this. We can look into it for future development if that helps with some git clients. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is just a minor idea that I found useful during my daily work: It seems to be a widely accepted convention to use branch names with forward slash as path separator like this:
Some more ideas here:
https://learn.microsoft.com/en-us/azure/devops/repos/git/git-branching-guidance?view=azure-devops#name-your-feature-branches-by-convention
Useful categories could be e.g. release, feature, maintenance, documentation, regresssion, etc, but some limited set of categories.
MSL uses maint/1.2.3 for release branches:
https://github.com/modelica/ModelicaStandardLibrary/branches/all
Many git GUIs display that as folders, see GitExtensions as an example in this screenshot:

Beta Was this translation helpful? Give feedback.
All reactions