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 12, 2016
by
互联网应用开发
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
home.md
home.md
+10
-0
No files found.
home.md
View page @
e865c3d6
...
@@ -65,4 +65,14 @@ git checkout issue999
...
@@ -65,4 +65,14 @@ git checkout issue999
git fetch
git fetch
git checkout branchname
git checkout branchname
```
```
10.
一些额外的配置,希望大家也配置一下
```
#默认用rebase更新代码
git config --global branch.autosetuprebase always
#设置用户名
git config --global user.name 小明
git config --global user.email xiaom@pingansec.com
```