From 2a3b00183755f6379be8259654904ebe266df378 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 5 Oct 2015 14:29:59 +0100 Subject: [PATCH] Change cp to cop --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 86e290c..3869820 100644 --- a/.gitconfig +++ b/.gitconfig @@ -36,7 +36,7 @@ cl = clone cm = !git c -m co = checkout - cp = checkout -p + cop = checkout -p f = fetch g = grep --break --heading --line-number l = log --oneline --graph --decorate