0
I am using Netbeans 8 in my projects and would very much like to use Dropbox as a versioner. I set up the repository in Dropbox but with the project directory in another way. I may be confusing things, but what is sent to the Dropbox folder is just the directory. git.
However, the project is not sent to Dropbox, what remains is only the . git which makes it impossible for a person who has access to my Dropbox folder to start the project, update and so on. I looked for tutorials and information, but everything by command line, does it really have to be like this by command line? Sorry I don’t have any code to send.
I don’t get it. Git is uploaded or not to Dropbox? You only need it to be able to work as a team in the msm project. Ah, and using Dropbox for this can be a terrible idea, because when synchronizing it does not guarantee the atomicity of the operation, which can completely ruin your repository.
– Math
It makes me wonder, what goes into the version repository is only . git? the problem is that when I try to clone not right, the project files are not there.
– touchmx
Yes, just git is enough. You must be making a mistake in your process. You need one. git local, in the same folder as your project, and vc can have a remote, which you update via push
– Math
The. git in the project location exists yes, I only used Netbeans features, I didn’t try via command line, I’d better try per command line?
– touchmx
Whatever, but at some point you need to push to update the remote, in your case in the folder of Dropbox. Ah, and consider not using Dropbox for this, see the bitbucket that offers free private Positions.
– Math
I didn’t know the bitbucket, my first idea was to use Dropbox because it was free. Your tip was worth the year, rsrs.
– touchmx