From e2b0c900ce9be4d1b6dbd9bdedd2948354d81bbc Mon Sep 17 00:00:00 2001 From: robbyrussell Date: Mon, 13 Sep 2010 08:37:07 -0700 Subject: [PATCH] Migrated from cheatsheet v3 --- Cheatsheet.textile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cheatsheet.textile b/Cheatsheet.textile index 6afc506..99f313a 100644 --- a/Cheatsheet.textile +++ b/Cheatsheet.textile @@ -4,3 +4,10 @@ Tab-completion: * @rake (tab)@ * @ssh (tab)@ * @sudo umount (tab)@ + +Git: + +Dynamic access to current branch name with the current_branch function. + +* @git pull origin $(current_branch)@ +* @grb publish $(current_branch) origin@