Last active
September 18, 2020 13:48
-
-
Save fuhlig/81ea578b2aecfff7df6e465e2e2da254 to your computer and use it in GitHub Desktop.
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
| [commit] | |
| verbose = true | |
| [user] | |
| name = Florian Uhlig | |
| email = [email protected] | |
| [alias] | |
| latest = log --oneline --no-merges HEAD..@{upstream} | |
| quick-amend = commit --amend --no-verify --no-edit | |
| quick-push = push --force-with-lease | |
| quick-log = log --oneline -n10 | |
| add-modified = ls-files --modified | xargs git add | |
| quick-commit = commit --no-verify | |
| st = status -s | |
| latest-branches = branch --sort=-committerdate | |
| [push] | |
| default = current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment