Browse Source

git-checkout: also works for remote branches (#1238)

Waldir Pimenta 8 years ago
parent
commit
b7d34523f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/git-checkout.md

+ 1 - 1
pages/common/git-checkout.md

@@ -6,7 +6,7 @@
 
 
 `git checkout -b {{branch_name}}`
 `git checkout -b {{branch_name}}`
 
 
-- Switch to an existing branch:
+- Switch to an existing local or remote branch:
 
 
 `git checkout {{branch_name}}`
 `git checkout {{branch_name}}`