Skip to content

Instantly share code, notes, and snippets.

@mswatosh
Created March 20, 2024 21:17
Show Gist options
  • Save mswatosh/8a87c6fe7863b06cfb98c43165ca36fc to your computer and use it in GitHub Desktop.
Save mswatosh/8a87c6fe7863b06cfb98c43165ca36fc to your computer and use it in GitHub Desktop.
Git Triangle
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