Gitlab commands are used to help developers and teams to manage repositories,track project progress and collaborate efficiently.
Commands in Gitlab:
- gitclone
- gitadd
- gitcommit
- gitpush
- gitpull
- gitlog
Gitclone:
Gitclone is a command that is used to create the copy of your gitlab repository in your local machine.
Gitadd:
This command is used to move a file from working area to staging area,preparing them for commit.
Gitcommit:
This command is used to save the staged changes to the local repository.
Gitpush:
Gitpush command is used to push the local repository to the remote repo.
Gitpull:
Gitpull is a command in the gitlab and that is used pull the remote repo to local repository.
Gitlog:
Gitlog is used to display the commit history of git repo.It help to track the changes and see the modification.
Top comments (0)