Oct
15
If you want to start with git and and do it fast, I recommend this Git Tutorial written by Lars Vogel.
In a simple step by step how to Lars gives an overview of the Git basics, in a very nice and effective way.
If you want to start with git and and do it fast, I recommend this Git Tutorial written by Lars Vogel.
In a simple step by step how to Lars gives an overview of the Git basics, in a very nice and effective way.
Recently I had the need to share a project between my local machine and a couple of remote servers.
I wanted to use Git to take confidence with it so I decided to use Git ove SSH.
A nice article on the subject thanks to Will@mindfuzz : How to use Git ove SSH