相关文章推荐
酒量大的奔马  ·  sql ...·  1 年前    · 
聪明伶俐的青蛙  ·  C++ ...·  1 年前    · 
  • Choose a terminal
  • Confirm Git is installed
  • Configure Git
  • Choose a repository
  • Clone a repository
  • Branches
  • Advanced use of Git through the command line
  • Synchronize changes in a forked repository with the upstream
  • Command line Git

    Git is an open-source distributed version control system. GitLab is built on top of Git.

    You can do many Git operations directly in GitLab. However, the command line is required for advanced tasks, like fixing complex merge conflicts or rolling back commits.

    If you’re new to Git and want to learn by working in your own project, learn how to make your first commit .

    For a quick reference of Git commands, download a Git Cheat Sheet .

    For more information about the advantages of working with Git and GitLab: