# HG changeset patch # User Meredith Howard # Date 1598635174 18000 # Node ID e87f11edf6e06417049f4b37541b47aa7aa1e328 # Parent a5b3b7b6850c9ea8344eba2e7cb42fade97d0083 new aliases: brd brf pushF diff --git a/.gitconfig b/.gitconfig --- a/.gitconfig +++ b/.gitconfig @@ -16,9 +16,12 @@ st = status -sb co = checkout br = branch + brd = diff @{u}.. + brf = diff --name-only @{u}.. staged = diff --cached unstage = reset HEAD -- rollback = reset --soft ^HEAD + pushF = push --force-with-lease up = pull -r --prune update = "!git remote update -p && git merge --ff-only --stat @{u}" in = "!git remote update -p; git log --pretty=onelinecustom ..@{u}"