Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Branching with Tower Gitclient Re: Branching with Tower Gitclient

#125679
Andy Howells
Participant

@mtedwards – It took me a little while to grasp as well, but basically it just uses the existing files, so once you’re using a new branch the files just belong to that. You can switch to another branch at any time and the files will change to the last commit of that branch.

You don’t have seperate files/folders for each branch, Git will do all that for you when switching branches.