-
Notifications
You must be signed in to change notification settings - Fork 0
Git Commands
Vishnu Garg edited this page Feb 27, 2019
·
1 revision
git init
- Create a working copy of a local repository: git clone /path/to/repository
- From remote Srever git clone username@host:/path/to/repository In Repo You can use git clone username@host
Refrences