GitLab-the project management system презентация

GitLab-the project management systemWhy do we use it?How to use it?
 To begin working with central repository youImportant functions
 Git add -adding the files;
 
 Git rm-deleting theCommand git commit
 If the index is not empty it willGit branch:
 Git branch new-branch –creating the branch;
 Git branch -d



Слайды и текст этой презентации
Слайд 1
Описание слайда:
GitLab-the project management system


Слайд 2
Описание слайда:
Why do we use it?

Слайд 3
Описание слайда:
How to use it? To begin working with central repository you need to create a copy of your project with its history locally. Write function git clone in the command line and copy the url from GitLab. Enter your username and password to continue working in the system.

Слайд 4
Описание слайда:
Important functions Git add -adding the files; Git rm-deleting the files; Git push-introducing changes to remoted repository; Git status shows the information about all changes and displays indexed and non-indexed files.

Слайд 5
Описание слайда:
Command git commit If the index is not empty it will be commited. After writing this function you should choose the editor vi/vim. There you can comment new changes and save them.

Слайд 6
Описание слайда:
Git branch: Git branch new-branch –creating the branch; Git branch -d new-branch-deleting the branch; Git branch -m new-name-branch-renaming. Git checkout: Checkout some-other-branch-switching between branches; Checkout -b some-other-new-branch-creating the branch that will be switched .


Скачать презентацию на тему GitLab-the project management system можно ниже:

Похожие презентации