# HG changeset patch # User Meredith Howard # Date 1463546559 14400 # Node ID b78751068fd32fcb6de885d3f9396a2ccadd09cd # Parent e3fad58ac4ac4ef2f0f9bfc9e38f32a2580db633 make more like hg fetch diff --git a/.gitconfig b/.gitconfig --- a/.gitconfig +++ b/.gitconfig @@ -20,7 +20,7 @@ br = branch staged = diff --cached unstage = reset HEAD -- - update = "!git remote update -p && git merge --ff-only --stat @{u}" + fetch = "!git remote update -p && git rebase --stat @{u}" in = "!git remote update -p; git log --pretty=onelinecustom ..@{u}" out = "!git log --pretty=onelinecustom @{u}.." new = "!git log --pretty=onelinecustom $1@{1}..$1@{0}"