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: 267
git
|version-control
- How can I differentiate between two local branches in git ?
- 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