Question

Our situation:

We want to use git to manage our project files. So we've set up a unix server and installed git there. Then we created a dircetory and init a git repository.

On our workplace (windows pc) we installed netbeans and git to use them together. And now the problems starts. We can clone the repository from the server via ssh but now we are stuck with understanding how git works.

How we can work with the cloned / pulled files and how we can update our changes to the server? Here is how I understand it:

http://i.imgur.com/EuqM8.jpg

Can you answer the question on the picture as well?!

Thanks, Pete.

Was it helpful?

Solution

There's a free book titled Pro Git prominently featured on the git website. It's quite good for learning what git is and how to use it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top