Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
H How-To
  • 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
  • Jira
    • Jira
  • 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
  • docs
  • How-To
  • Wiki
  • initial config

initial config · Changes

Page history
administrator created page: clone ibank authored Dec 15, 2014 by Николай Кальгин's avatar Николай Кальгин
Show whitespace changes
Inline Side-by-side
Showing with 3 additions and 3 deletions
+3 -3
  • initial-config.markdown initial-config.markdown +3 -3
  • No files found.
initial-config.markdown
View page @ 13b312a5
......@@ -2,12 +2,12 @@
Имя, которое будет указано в коммитах:
git config --global user.name "NAME"
`git config --global user.name "NAME"`
E-mail, который будет указан в профиле коммита:
git config --global user.email "EMAIL"
`git config --global user.email "EMAIL"`
Для сохранения логина и пароля пользователя в git (Windows):
git config --global credential.helper wincred
\ No newline at end of file
`git config --global credential.helper wincred`
\ No newline at end of file
Clone repository
  • Work in branches
  • clone ibank
  • create new module
  • create ssh key
  • git essentials
  • initial config
  • remove module
  • submodule basic