commit d5b9ba424126aa1fcf744fe4f629d1f3dce99662 parent 186960a5b24b01380957bd02cb09d9028aad8c27 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Tue, 17 Jul 2018 19:52:47 +0200 Add git alias 'mergetest' Diffstat:
M | gitconfig | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gitconfig b/gitconfig @@ -1,6 +1,4 @@ -# This is Git's per-user configuration file. [user] -# Please adapt and uncomment the following lines: name = <name> email = EMAIL [alias] @@ -18,3 +16,4 @@ email = EMAIL co = checkout fa = fetch --all pushf = push --force-with-lease + mergetest = merge --no-commit --no-f