Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
wiki-git
wiki-git
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • wiki-gitwiki-git
  • Wiki
  • Home

Home · Changes

Page history
wangqs created page: home authored Jun 02, 2016 by 互联网应用开发's avatar 互联网应用开发
Show whitespace changes
Inline Side-by-side
Showing with 7 additions and 1 deletion
+7 -1
  • home.md home.md +7 -1
  • No files found.
home.md
View page @ 3f5521d3
...@@ -44,6 +44,12 @@ git remote add origin git@tech.pingansec.com:wangqs/wiki-git.git ...@@ -44,6 +44,12 @@ git remote add origin git@tech.pingansec.com:wangqs/wiki-git.git
7. 创建分支,切换分支 7. 创建分支,切换分支
``` ```
git branch issues999 git branch issues999
git checkt issue999 git checkout issue999
```
8. 切换远程分支到本地
```
git fetch
git checkout branchname
``` ```
Clone repository
  • Home