LP Devs Blog

Github

  • March 31, 2017

    How to use git with some basic commands

    Basic commands Init: create a new repository git init Clone: clone a repository Clone a repository in local: git clone /path/to/repository/ Clone a repository in server: git clone username@serve...