Skip to content

Git Commands

Vishnu Garg edited this page Feb 27, 2019 · 1 revision

Git Commands for Help

Create new local Repo:

git init

Cloning Repo :

  1. Create a working copy of a local repository: git clone /path/to/repository
  2. From remote Srever git clone username@host:/path/to/repository In Repo You can use git clone username@host

Refrences

Clone this wiki locally