version control - Understanding Git Graphs -
i new git , need understanding git history graphs, i.e. relationship between commits , merges displayed on graph in tools smartgit or gitgui. in image below, relationship between commits in red, "ia-481" , "merge branch ia-481(release2)...." asking because "ia-481" intended go in branch called "ia-481(release2), not in master.
so here little more detail:
- i checked in files in branch called "ia-481(release)".
- i switched master, called merge master branch merge files "ia-481(release)" master. made few more changes realized commit master, didn't commit master.
- instead, created , switched new branch called "ia-481(release2) , committed merged files second new branch (not master).
- someone else switched ia-481(release2) branch check out work, , made check-ins.
later find out ia-481 commit made "ia-481(release2)" branch somehow wound in master branch. , i'm trying figure out how got there. commit called "merge branch ia-481(release2)" made other person merged master, or in master ia-481 check-in. @ commit did things go wrong?
ia-481 commit on branch separate master. branch merged master @ merge commit highlighted.
Comments
Post a Comment