How to Submit the code to github or gitlab
How to Submit the code to github or gitlab
Create a new project in gitlab:
After creating it will generate a .Git path.
Switch the local project file directory:
Right click on git bash
In git bash inside the implementation of git init initialization
git add . Submitted to the current
git commit -m “init commit”
Add a remote association
git remote add origin Your remote git address when creating a project.
Push to the remote…
View On WordPress













