background preloader

Git

Facebook Twitter

Git clone a remote branch. After days of coding on a project, I was ready for a vacation.

git clone a remote branch

I wanted a copy of my code with me on my laptop, even if it’s a vacation. In the old days, I would’ve copied the source code and patched things up later – which would be silly now because we do in fact have git. Since I never use github, I’m unexperienced with remote repositories and all the stuff that goes along with that: pull, fetch, push, remote and so on. Git Community Book. Git. C'est quoi ?

Git

Le logiciel git est utilisé notamment par les développeurs du noyau Linux. Il s'agit d'un logiciel de contrôle de version, comme Subversion, CVS, Arch ou encore Darcs, qui utilise des dépôts décentralisés.