learnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agoWhy Git is hardroadrunnertwice.dreamwidth.orgexternal-linkmessage-square51fedilinkarrow-up185arrow-down116cross-posted to: [email protected][email protected][email protected]
arrow-up169arrow-down1external-linkWhy Git is hardroadrunnertwice.dreamwidth.orglearnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square51fedilinkcross-posted to: [email protected][email protected][email protected]
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.