Skip to content

Instantly share code, notes, and snippets.

@mdiener21
Created December 11, 2025 08:53
Show Gist options
  • Select an option

  • Save mdiener21/9b91790250417a89a1cb17cd756860c6 to your computer and use it in GitHub Desktop.

Select an option

Save mdiener21/9b91790250417a89a1cb17cd756860c6 to your computer and use it in GitHub Desktop.
Git commands I forget
git config --global credential.helper store
git config --global user.name "$GITLAB_USER_NAME"
git config --global user.email "$GITLAB_USER_EMAIL"
git remote set-url origin <NEW_GIT_URL_HERE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment