I have few questions about git extension because i use it for 2 month now but i actually do things without really understanding what is going on behind. I'll give you my 3 main points that would certainly help me to understand but don't hesitate to ask for informations if it is unclear.
- How i am supposed to understand how
git extension
shows branches ? indeed, as it is shown in the commit panel, i cannot easily tell about branches asgitk
allows. - Why if i do
gitk
on a branche, it does not give the same tree view from another branch ? i thaught thatgitk
was simply giving the "global" tree view, so what does it show ? - why i have some local branches that shows up with
git branch
command line, are also shown in git extension left most panel but are not shown in git extension center panel (i.e commit panel). Actually i have 5 branch: master and 4 branches as feature/branch1, ..., feature/branch4.