I’m fairly new to git and version control. So I see Netbeans has the git options Commit and Clone. Are there any disadvantages of using the built in git controls in netbeans versus the actual windows github client?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are no advantage or disadvantage. They both perform the same task. If you are doing your task in Netbeans, then I would suggest you to go with Netbeans git stuff.
But in general, using git from the commandline is a good way of learning the basics for a newbie and then go on and use the GUI stuffs once one is comfortable.