I have already made several requests to download GH, but I devoted myself to the master branch. Now I read in different places that itβs nice to create a branch.
Are there any guidelines for naming branches? I usually work with Mercurial and give my branches the same name as the corresponding error identifier identifier, but this does not work for this.
I looked at several repositories: some are fixed on master , some are fixed on fix-somebug , some are fixed on patch-1 . I understand that this does not create conflicts because download requests are merged into master (or another long live branch) and the branch is then deleted, is this true?
Stijn source share