DEV Community

Kaviya R
Kaviya R

Posted on

1 1 1 2 1

COMMANDS IN GITLAB

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.
Enter fullscreen mode Exit fullscreen mode

Gitadd:

      This command is used to move a file from working area to staging area,preparing them for commit.
Enter fullscreen mode Exit fullscreen mode

Gitcommit:

        This command is used to save the staged changes to the local repository.
Enter fullscreen mode Exit fullscreen mode

Gitpush:

       Gitpush command is used to push the local repository to the remote repo.
Enter fullscreen mode Exit fullscreen mode

Gitpull:

       Gitpull is a command in the gitlab and that is used pull the remote repo to local repository.
Enter fullscreen mode Exit fullscreen mode

Gitlog:

      Gitlog is used to display the commit history of git repo.It help to track the changes and see the modification.
Enter fullscreen mode Exit fullscreen mode

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay