Git for Local Branches

Posted by Rachel on Stack Overflow See other posts from Stack Overflow or by Rachel
Published on 2010-04-08T17:33:14Z Indexed on 2010/04/08 17:43 UTC
Read the original article Hit count: 242

Filed under:
|
  1. How can I differentiate between two local branches in git ?
  2. How can I copy one local branch to another local branch ?

In general how can I perform difference operation between two local branches on my server using git. I tried looking it up online but there is not enough documentation on that or there is not clear documentation on that.

Any suggestions or links to useful material would be highly appreciated.

Thanks.

© Stack Overflow or respective owner

Related posts about git

Related posts about version-control