Created
March 20, 2024 21:17
-
-
Save mswatosh/8a87c6fe7863b06cfb98c43165ca36fc to your computer and use it in GitHub Desktop.
Git Triangle
This file contains 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 remote add <username> git@github.com:<username>/$(basename `git rev-parse --show-toplevel`).git | |
git config remote.pushdefault <username> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment