May 26
This post show you the few needed commands to create a new branch in your colaborative repository:
- Clone the repository you want to branch
cd repositorynamegit push origin origin:refs/heads/branchnamegit checkout --track -b branchname origin/branchname


Recent Comments