Prasad Pandit <pjp@xxxxxxxxxxxxxxxxx> writes: > * Generally committed local changes are visible across local > branches, right? Is there a way to see/access those locally added > files across local branches? Not at all. In fact, the contents on branch A is unmolested by the act of committing changes on branch B. They are independent lines of development. Otherwise your version control system is broken. Until you decide to consolidate the change you made on branch A into branch B, that is. People call that operation "merging branch A to branch B".