Version Control with Git (Countries): Glossary

Key Points

Collaborating
  • To work on someone else’s code, you will typically need to fork their repository.

  • Collaboration on GitHub is driven by Pull Requests.

  • git clone copies a remote repository to create a local repository with a remote called origin automatically set up.

Glossary

FIXME