Re: File missing from git branch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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".





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux