Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
wiki-git
Wiki
Home
Home
· Changes
Page history
wangqs created page: home
authored
Jun 02, 2016
by
互联网应用开发
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
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
```
```