Welcome Guest, Not a member yet? Register   Sign In
Source Control In Netbeans - Of SVN and Git
#4

[eluser]jedd[/eluser]
I'm on the CLI side, too. Crank up a console and keep it running somewhere - amazingly useful things.

With git, you would create a branch like this:
Code:
$  git branch foo

This creates a branch called foo, but doesn't automatically check it out for you (in other words, you're still working in whatever branch you were before you ran that command).

You then need to do this:
Code:
$  git checkout foo

You can see available branches (* next to the currently selected on) by running git branch.

I think the CLI makes this easier, clearer and safer than any GUI possibly could.


Messages In This Thread
Source Control In Netbeans - Of SVN and Git - by El Forum - 09-18-2009, 12:49 PM
Source Control In Netbeans - Of SVN and Git - by El Forum - 09-18-2009, 01:30 PM
Source Control In Netbeans - Of SVN and Git - by El Forum - 09-18-2009, 01:47 PM
Source Control In Netbeans - Of SVN and Git - by El Forum - 09-18-2009, 02:50 PM
Source Control In Netbeans - Of SVN and Git - by El Forum - 09-20-2009, 02:04 PM
Source Control In Netbeans - Of SVN and Git - by El Forum - 09-29-2009, 01:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB