learnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agoWhy Git is hardroadrunnertwice.dreamwidth.orgexternal-linkmessage-square61fedilinkarrow-up198
arrow-up182external-linkWhy Git is hardroadrunnertwice.dreamwidth.orglearnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square61fedilink
minus-squarePipoca@lemmy.worldlinkfedilinkarrow-up1·1 year agoWhat happens after you merge a feature branch into main and delete it? What happens to the branch? Afterwords, what git commands can you run to see what commits were made as part of the feature branch and which were previously on main? Mercurial bookmarks correspond to git branches, while mercurial tags correspond to git tags.
What happens after you merge a feature branch into main and delete it? What happens to the branch?
Afterwords, what git commands can you run to see what commits were made as part of the feature branch and which were previously on main?
Mercurial bookmarks correspond to git branches, while mercurial tags correspond to git tags.