Skip to content

Instantly share code, notes, and snippets.

@bolatov
Last active September 8, 2020 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bolatov/575697fd05c7ff4ca03973ced106ec25 to your computer and use it in GitHub Desktop.
Save bolatov/575697fd05c7ff4ca03973ced106ec25 to your computer and use it in GitHub Desktop.
Git config
[user]
name = Almer Bolatov
email = almer.bolatov@email.com
[pull]
rebase = false
# Turning off the pager in git for the stash command only
# https://stackoverflow.com/a/8172857
[pager]
stash = false
branch = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment