Created
December 11, 2025 08:53
-
-
Save mdiener21/9b91790250417a89a1cb17cd756860c6 to your computer and use it in GitHub Desktop.
Git commands I forget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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