Category "branching-and-merging"

How to use "git describe" with dev and main (with tags) branches

I'm trying to setup a repository as if it there will be collaboration in the future, but for now it's just me using it. My intention is to use three branch tier

Github problem: Git pushes to master branch, not main and can't merge the two

Every time I create a repository on github and push my files it creates two branches, the main branch and the master branch. All the changes go to the master br