How to use git push

Push a branch to remote repo and link the local version with the remote version git push -u origin mybranch Push a branch to remote repo without triggering CI/CD pipeline (Gitlab) git push -o ci.skip