0%
Loading ...

Day: February 25, 2016

  • Simple and useful git guide

    Simple and useful git guide

    01 – create a new repository create a new directory, open it and perform a git init to create a new git repository. 02 – checkout a repository create a working copy of a local repository by running the command git clone /path/to/repository when using a remote server, your command will be git clone username@host:/path/to/repository 03 – add &…

    Continue reading