Skip to content

Instantly share code, notes, and snippets.

View Hendiadyoin1's full-sized avatar

Leon Albrecht Hendiadyoin1

  • Technical University of Berlin
  • 03:35 (UTC +02:00)
View GitHub Profile
@AtkinsSJ
AtkinsSJ / .gitconfig
Last active February 25, 2024 15:02
My Git settings and aliases
[user]
# ...
[alias]
# Note: This assumes two remotes:
# - origin: My fork
# - upstream: The "main" repo
#
# Also, the name of the main branch (usually "master" or "main") is read from the `var.master-branch` git config var.
# It defaults to "master". Change it for the current repo with `git config --local var.master-branch BRANCH_NAME_HERE`.