Saturday, 15 August 2015

version control - Is there a branch history in git? -



version control - Is there a branch history in git? -

scenario : working on branch unfortunately has odd naming convention. assist few other developers checkout branches - prepare code , push changes. had few developers , now, don't remember branch working on. git branch shows list of 50 branches have worked on far. there way can know branch working on ? git maintain branch history sorted date can visit ? if there way know branch working on prior current branch on, helpful.

if run git reflog see messages similar when switch between branches:

012345 head@{6}: checkout: moving featureonebranch anotherexamplebranch

git version-control

No comments:

Post a Comment