From 237de447dc5fb92e25179ef7428deed9525d6d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Mon, 1 Oct 2012 15:54:47 +0200 Subject: Remove 'git cob' -- use 'git co -t' instead --- .gitconfig | 1 - 1 file changed, 1 deletion(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 15ca154..f1c11bc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -13,7 +13,6 @@ s = status alias = "!bash -c '[ $# = 2 ] && git config --global alias.\"$1\" \"$2\" && exit 0 || echo \"usage: git alias \" >&2 && exit 1' -" ll = log --name-status --color -M -C - cob = "!sh -c 'git checkout -b $1 origin/$1' -" com = checkout master cleanse = clean -xfd spush = svn dcommit -- cgit v1.2.3