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 initial config authored Jan 22, 2018 by Анатолий Селютин's avatar Анатолий Селютин
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 1 deletion
+6 -1
  • initial-config.markdown initial-config.markdown +6 -1
  • No files found.
initial-config.markdown
View page @ 4cab74c0
......@@ -34,9 +34,14 @@ git config --global user.email <Gitlab profile Email>
```
1. Путь к глобальному gitignore-файлу, файл [.gitignore_global](https://source.isimplelab.com/docs/howto/blob/master/.gitignore_global) можно скачать в этом же репозитории:
Для пользователей Windows:
```bash
git config --global core.excludesfile %USERHOME%\\.gitignore_global
```
Для пользователй Linux/Mac
```bash
git config --global core.excludesfile %HOME%/.gitignore_global
```
1. Добавляем короткие псевдонимы для часто встречающихся команд:
```bash
......@@ -64,4 +69,4 @@ git config --global push.default tracking
```bash
git config --global rerere.enabled true
git config --global rerere.autoupdate true
```
```
\ 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