How can I push individual projects using GIT and Netbeans?

  • Thread starter Thread starter toothpaste666
  • Start date Start date
AI Thread Summary
The discussion centers on a user experiencing issues with Git integration in NetBeans, specifically pushing an entire workspace to Bitbucket instead of individual projects. The user suspects that they have configured Git to commit all projects at once. Another participant suggests that this behavior may stem from setting up a single Git repository for all projects, which is supported by the NetBeans Git tutorial. They recommend creating separate repositories for each project to allow for project-specific commits and pushes. The conversation highlights the need for proper repository management in Git when using NetBeans to avoid unintended bulk commits.
toothpaste666
Messages
516
Reaction score
20
Hey everyone I am using GIT with netbeans to push projects to my bitbucket. The problem is I think I somehow accidentally set it so that it commits my entire workspace. What I mean by this is when I try to push one of my projects to one repository it pushes all of them instead of just the one I want. How can I change this? Thank you
 
Technology news on Phys.org
When using SVN, we create a tree outside of Netbeans and then open specific projects inside Netbeans. From there, we can update and commit changes using Netbeans on a project by project basis or even file by file basis.

How are you doing it with Git and Netbeans?

The GIT Netbeans tutorial seems to imply setting up a GIT repo for all your projects and hence you'd get the behavior you're seeing.

https://netbeans.org/kb/73/ide/git.html

We plan to move to GIT some time in the future so I'd like to hear more about this issue.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top