Hackers, quick: What's the git command to check out a branch or paths to the working tree? Memorize these things FAST, so you can become a faster coder.
Hackers, quick: What's the git command to check out a branch or paths to the working tree? Memorize these things FAST, so you can become a faster coder.
# | Deck Name | Num. of Cards |
---|---|---|
1 |
Memorize the syntax for options that can be combined with various types of commands. |
26 |
2 |
High Level (Porcelain) Commands Memorize high-level Git commands so you'll never have to look them up again. |
150 |
3 |
Git contains a full library of low-level commands that are generally more stable than porcelain-level commands, since these commands are primarily for scripted use. This deck will help you internalize these low-level commands so you never have to look them up again. |
114 |
4 |
Identifiers & Environment Variables Memorize Git identifiers and environment variables so you'll never have to look them up again. |
42 |