From beaf3f3cb51686d6b76e6eb41f39122a01a276b8 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 7 Feb 2019 13:09:23 +0100 Subject: [PATCH] Update docs for git-workon Thanks for reporting, @kkom! Fixes #11 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe1dc9ac..24040d9c 100644 --- a/README.md +++ b/README.md @@ -249,10 +249,9 @@ Use `-r` to trigger an interactive rebase right afterwards. ### git workon -Convenience command for quickly switching to a branch . If such local -branch does not exist, but there is a remote branch named origin/, then -a local branch is created and the remote is tracked. If the local branch -already exists, it's git pull --rebase'ed to update to the latest remote state. +Convenience command for quickly switching to a branch ``. If such local +branch does not exist, but there is a remote branch named `origin/`, then +a local branch is created and the remote is tracked. ### git delouse