Skip to content

Instantly share code, notes, and snippets.

@fuhlig
Last active September 18, 2020 13:48
Show Gist options
  • Save fuhlig/81ea578b2aecfff7df6e465e2e2da254 to your computer and use it in GitHub Desktop.
Save fuhlig/81ea578b2aecfff7df6e465e2e2da254 to your computer and use it in GitHub Desktop.
[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