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
update authored Apr 25, 2015 by Николай Кальгин's avatar Николай Кальгин
Hide whitespace changes
Inline Side-by-side
Showing with 1 addition and 0 deletions
+1 -0
  • initial-config.markdown initial-config.markdown +1 -0
  • No files found.
initial-config.markdown
View page @ c6b9f14d
......@@ -40,6 +40,7 @@ git config --global core.editor notepad2
9. Автоматический rebase вместо merge после pull
```
git config --global branch.autosetuprebase always
git config --global branch.master.rebase true
```
10. Публикуем изменения только из текущей отслеживаемой ветки при вызове git push без аргументов
```
......
Clone repository
  • Work in branches
  • clone ibank
  • create new module
  • create ssh key
  • git essentials
  • initial config
  • remove module
  • submodule basic