From 35e0fa41961e4b0373ce03d619b29c2eff3e4353 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 21 Nov 2019 16:30:48 +0100 Subject: [PATCH] Added new git aliases --- dotdrop | 2 +- dotfiles/gitconfig | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dotdrop b/dotdrop index 2d64e2e..364de92 160000 --- a/dotdrop +++ b/dotdrop @@ -1 +1 @@ -Subproject commit 2d64e2ee59281e358253fadb04432a040f9392ee +Subproject commit 364de925052d44e917c6e93fbaf7524ea2b473ed diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index bca4c6a..b3427a1 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -1,9 +1,11 @@ [alias] a = add c = commit + co = checkout d = diff l = log ps = push + ph = push pl = pull sh = show st = status