learnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agoWhy Git is hardroadrunnertwice.dreamwidth.orgexternal-linkmessage-square62fedilinkarrow-up1101arrow-down117
arrow-up184arrow-down1external-linkWhy Git is hardroadrunnertwice.dreamwidth.orglearnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square62fedilink
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.