GIT with branches

October 31, 2008

In SVN,  we can create standard repository structure like,
- trunk       – current code
- branches – versions
- tags
such as we can store the code in different branches in GIT,
git push origin demo1.0
where demo1.0 – name of the branch

Leave a Reply