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 12, 2016 by 互联网应用开发's avatar 互联网应用开发
Hide whitespace changes
Inline Side-by-side
Showing 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
git fetch
git checkout branchname
```
10. 一些额外的配置,希望大家也配置一下
```
#默认用rebase更新代码
git config --global branch.autosetuprebase always
#设置用户名
git config --global user.name 小明
git config --global user.email xiaom@pingansec.com
```
Clone repository
  • Home