clone git repo

Instructions

Configure git:

$ git config --global user.name "John Doe" $ git config --global user.email johndoe@example.com

Make sure you are in the folder you want to add the files (using cd..)

Then, clone git.

git init git clone https://[your username]:[your token]@gitlab.com/stacey5/mindlink-theme.git

For example:

git clone https://stacey5:wsWkk5xyQ4M1XkHmdyGk@gitlab.com/stacey5/ohcia.git

 

Related articles