?Start GIT for new project?
To start GIT for your new project just use the following command:
$ mkdir /path/to/your/project $ cd /path/to/your/project $ git init $ git remote add origin https://YourGitURL.git
Read articles from tech expert
To start GIT for your new project just use the following command:
$ mkdir /path/to/your/project $ cd /path/to/your/project $ git init $ git remote add origin https://YourGitURL.git