GitLab-the project management system
Why do we use it?
How to use it?
Important functions
Command git commit
Git branch:
80.58K

GitLab-the project management system

1. GitLab-the project management system

GitLab -the project
management system

2. Why do we use it?

GitLab
You can add each file to each
GitHub
Amount of files is limited
issue
Multifunctional issue tracker
A less amount of functions
You can change a working status
The progress of work is less
available
The system is more modern
It was invented much time ago
It allows a free using for all kinds
The service is not free for private
of work
projects

3. How to use it?

To
How to use it?
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 nonindexed 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-branchcreating the branch that will be switched .
English     Русский Правила