Push your newly created local project on gitlab

Rahul Kumar
Apr 24, 2021

--

Example: Angular Project

  1. To create a new angular project:- ng new <project_name>
  2. go to that directory
  3. Now to push the code on GitLab:
    -> git add .
    -> git commit -m “put your message here”
    -> git push — set-upstream git@gitlab.com:<gitlabUserName>/<projectName.git> master

--

--

Rahul Kumar
Rahul Kumar

No responses yet