浏览代码

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

Waldir Pimenta 8 年之前
父节点
当前提交
b7d34523f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/git-checkout.md

+ 1 - 1
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}}`