Skip to content

Instantly share code, notes, and snippets.

@mnipritom
Last active December 30, 2022 09:01
Show Gist options
  • Select an option

  • Save mnipritom/a413381dc03a08a491e6e63b5266104f to your computer and use it in GitHub Desktop.

Select an option

Save mnipritom/a413381dc03a08a491e6e63b5266104f to your computer and use it in GitHub Desktop.
Git essentials
  • github
    • git push https://token@github.com/user/repo.git branch
      
  • gitlab
    • git push https://gitlab-ci-token:token@gitlab.com/user/repo.git branch
      
  • bitbucket
    • git push https://user:token@bitbucket.org/workspace/repo.git branch
      
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment