To get a branch from central git repo (assuming you already cloned the central repo)
- Logon to the git repo on your local machine
- git branch TESTBRANCH
- git checkout TESTBRANCH
- Check that you have swtiched to that branch by running command git branch. * should be on the new branch
No comments:
Post a Comment