Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create a new branch?

How do I create a new branch with my working copy using TortoiseSVN?

I see the branch option, but I don't see a way to name it somehow.

like image 244
the_drow Avatar asked Jun 17 '10 08:06

the_drow


People also ask

How do I create a new branch in git branch?

Now choose your child branch as from branch and enter the name of your new branch. -> GrandChildBranch and so on. You can create any new branch from any existing branch, tag, commit, etc. Hope it will help.

How do I manually create a branch in git?

To create a new Git branch in GitKraken, you will simply right-click on any branch or commit and select Create branch here . ProTip: GitKraken will automatically checkout the branch for you immediately after the branch has been created, so you can get straight to work on the right file.


1 Answers

Right click and open SVN Repo-browser:

Enter image description here

Right click on Trunk (working copy) and choose Copy to...:

Enter image description here

Input the respective branch's name/path:

Enter image description here

Click OK, type the respective log message, and click OK.

like image 92
BJ Patel Avatar answered Nov 13 '22 15:11

BJ Patel