Introduction


Version Control


  • First key point. Brief Answer to questions. (FIXME)

Setting up Git


  • Use git config with the --global option to configure a user name, email address, editor, and other preferences once per machine.
  • Use --local in place of --global within a repository to set repository specific changes.

Creating a Repository


  • First key point. Brief Answer to questions. (FIXME)

Tracking Changes


Exploring History


  • First key point. Brief Answer to questions. (FIXME)

Ignoring Things


  • First key point. Brief Answer to questions. (FIXME)

Remotes in GitLab/GitHub


  • First key point. Brief Answer to questions. (FIXME)

Collaborating


  • First key point. Brief Answer to questions. (FIXME)

Conflicts


  • First key point. Brief Answer to questions. (FIXME)

Working with Others in GitHub/GitLab


  • First key point. Brief Answer to questions. (FIXME)

Documenting in GitHub/GitLab for official statistics


  • First key point. Brief Answer to questions. (FIXME)

Citation


  • First key point. Brief Answer to questions. (FIXME)