Skip to content

Commit

Permalink
Update docs for git-workon
Browse files Browse the repository at this point in the history
Thanks for reporting, @kkom! Fixes #11
  • Loading branch information
nvie authored Feb 7, 2019
1 parent ea8bb66 commit beaf3f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,9 @@ Use `-r` to trigger an interactive rebase right afterwards.

### git workon

Convenience command for quickly switching to a branch <name>. If such local
branch does not exist, but there is a remote branch named origin/<name>, 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 `<name>`. If such local
branch does not exist, but there is a remote branch named `origin/<name>`, then
a local branch is created and the remote is tracked.


### git delouse
Expand Down

0 comments on commit beaf3f3

Please sign in to comment.