From b7d34523f657e56cbf28695a7dec0c7d07ad36fb Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 18 Jan 2017 14:43:53 +0000 Subject: [PATCH] git-checkout: also works for remote branches (#1238) --- pages/common/git-checkout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-checkout.md b/pages/common/git-checkout.md index e0932bf79..d886e74fa 100644 --- a/pages/common/git-checkout.md +++ b/pages/common/git-checkout.md @@ -6,7 +6,7 @@ `git checkout -b {{branch_name}}` -- Switch to an existing branch: +- Switch to an existing local or remote branch: `git checkout {{branch_name}}`