Skip to content

Instantly share code, notes, and snippets.

@jiajie-chen
jiajie-chen / setup-git-credential-netrc.md
Last active May 6, 2024 17:15
How to setup git-credential-netrc with encrypted .netrc credentials
@jiajie-chen
jiajie-chen / git-resources.md
Last active December 18, 2019 18:45
Helpful Git Tutorials and Resources

Helpful Git Resources and Tutorials

First, a basic intro to terminology:

  • Git: A developer tool for managing code versions.
  • VCS: Version Control System, the general term for tools that manage versions of code.
  • Git repo(sitory): A single code project that is managed by Git. Think of it like a folder in a Google Drive or Dropbox.
  • CLI: Command Line Interface, a text-based computer interface for running commands. git is a CLI, but there are many graphical programs that do what git does.

GitHub Learning Labs