Friday, June 28, 2019

GIT commands


1. git init [repository name]- This command used to start a new repository

2. git clone [url] - This command used download a repository from the existing URL

3. git pull - This command mage your local repository with your remote severs.

4. git status - This command will list down all files you have to be committed

No comments:

Post a Comment