Site icon Shaharia's Blog

How to initialize GIT for your project

?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

 

Exit mobile version