Push your newly created local project on gitlab
Apr 24, 2021
Example: Angular Project
- To create a new angular project:- ng new <project_name>
- go to that directory
- 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