Most Popular Posts

14/06/2016

Git commands for the beginners. Part I

To create a new repository:
git init
To checkout from the existing repository, use:
git clone username@host:/path/to/repository
To create a copy of the existing local repository:
git clone /path/to/repository
Use: https://github.com