Git & GitHub illustration

computer

Git & GitHub

Git and GitHub from repositories and commits to branches, merges, remotes and collaboration.

← Computer Learning Hub
πŸ–₯️

REFERENCE Β· 27 ITEMS

Git & GitHub

Version control from init/clone through branches, merges and collaboration.

27 items across 4 sections

COMPLETE COURSE

Git & GitHub β€” Learning Path

4 modules

Start with the concept, study each lesson, copy and adapt the example, complete the practice task, then use the troubleshooting and safety notes before moving forward.

Module 01 β€” Basics

What you learn: Repository, working tree, staging, commit, history.

Deep study guide

Working tree β†’ index β†’ commit β†’ branch/ref β†’ remote. Inspect state before synchronization or history changes.

Method: identify the starting state β†’ perform one controlled action β†’ observe the result β†’ compare it with the expected result β†’ document what changed.

Repository

What: Repository: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study Repository in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: Repository

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

working tree

What: working tree: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study working tree in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: working tree

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

staging

What: staging: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study staging in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: staging

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

commit

What: commit: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study commit in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: commit

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

history

What: history: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study history in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: history

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

Practice lab

Take one item from this module, reproduce the example in a safe environment, change one variable, record the result, and explain why the result changed.

Checkpoint

Before continuing, you should be able to explain the purpose, perform the basic workflow, recognize one common mistake, and describe how you would troubleshoot an unexpected result.

Module 02 β€” Core

What you learn: init, clone, status, add, commit, diff, log, restore, reset.

Deep study guide

Working tree β†’ index β†’ commit β†’ branch/ref β†’ remote. Inspect state before synchronization or history changes.

Method: identify the starting state β†’ perform one controlled action β†’ observe the result β†’ compare it with the expected result β†’ document what changed.

init

What: init: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study init in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: init

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

clone

What: clone: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study clone in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: clone

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

status

What: status: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study status in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: status

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

add

What: add: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study add in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: add

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

commit

What: commit: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study commit in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: commit

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

diff

What: diff: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study diff in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: diff

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

log

What: log: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study log in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: log

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

restore

What: restore: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study restore in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: restore

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

reset

What: reset: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study reset in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: reset

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

Practice lab

Take one item from this module, reproduce the example in a safe environment, change one variable, record the result, and explain why the result changed.

Checkpoint

Before continuing, you should be able to explain the purpose, perform the basic workflow, recognize one common mistake, and describe how you would troubleshoot an unexpected result.

Module 03 β€” Branches

What you learn: branch, switch, merge, rebase, stash, tag, conflicts.

Deep study guide

Working tree β†’ index β†’ commit β†’ branch/ref β†’ remote. Inspect state before synchronization or history changes.

Method: identify the starting state β†’ perform one controlled action β†’ observe the result β†’ compare it with the expected result β†’ document what changed.

branch

What: branch: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study branch in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: branch

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

switch

What: switch: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study switch in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: switch

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

merge

What: merge: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study merge in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: merge

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

rebase

What: rebase: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study rebase in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: rebase

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

stash

What: stash: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study stash in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: stash

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

tag

What: tag: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study tag in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: tag

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

conflicts

What: conflicts: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study conflicts in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: conflicts

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

Practice lab

Take one item from this module, reproduce the example in a safe environment, change one variable, record the result, and explain why the result changed.

Checkpoint

Before continuing, you should be able to explain the purpose, perform the basic workflow, recognize one common mistake, and describe how you would troubleshoot an unexpected result.

Module 04 β€” Remote

What you learn: remote, fetch, pull, push, pull requests, .gitignore.

Deep study guide

Working tree β†’ index β†’ commit β†’ branch/ref β†’ remote. Inspect state before synchronization or history changes.

Method: identify the starting state β†’ perform one controlled action β†’ observe the result β†’ compare it with the expected result β†’ document what changed.

remote

What: remote: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study remote in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: remote

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

fetch

What: fetch: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study fetch in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: fetch

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

pull

What: pull: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study pull in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: pull

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

push

What: push: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study push in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: push

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

pull requests

What: pull requests: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study pull requests in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: pull requests

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

.gitignore

What: Git topic .gitignore: understand the repository state, working tree, index, commit history and remote state involved. Inspect status and diffs before commits or pushes, and treat reset/rebase operations as history-changing workflows that require extra care. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study .gitignore in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Why it matters: Connect this skill to the module goal, identify its inputs and expected output, and note what could go wrong if the wrong target, permission, format or context is used.

How to learn it: Observe the starting state β†’ perform the smallest safe example β†’ inspect the result β†’ change one variable β†’ repeat and explain the difference.

Example: .gitignore

Professional check: verify the result independently instead of assuming a command, shortcut or setting succeeded.

Practice lab

Take one item from this module, reproduce the example in a safe environment, change one variable, record the result, and explain why the result changed.

Checkpoint

Before continuing, you should be able to explain the purpose, perform the basic workflow, recognize one common mistake, and describe how you would troubleshoot an unexpected result.

SECTION

Basics

5 items

Repository, working tree, staging, commit, history

Repository

Repository: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study Repository in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

Repository
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

working tree

working tree: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study working tree in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

working tree
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

staging

staging: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study staging in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

staging
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

commit

commit: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study commit in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

commit
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

history

history: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study history in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

history
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

SECTION

Core

9 items

init, clone, status, add, commit, diff, log, restore, reset

init

init: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study init in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

init
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

clone

clone: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study clone in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

clone
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

status

status: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study status in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

status
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

add

add: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study add in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

add
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

commit

commit: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study commit in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

commit
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

diff

diff: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study diff in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

diff
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

log

log: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study log in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

log
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

restore

restore: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study restore in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

restore
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

reset

reset: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study reset in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

reset
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

SECTION

Branches

7 items

branch, switch, merge, rebase, stash, tag, conflicts

branch

branch: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study branch in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

branch
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

switch

switch: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study switch in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

switch
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

merge

merge: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study merge in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

merge
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

rebase

rebase: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study rebase in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

rebase
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

stash

stash: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study stash in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

stash
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

tag

tag: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study tag in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

tag
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

conflicts

conflicts: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study conflicts in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

conflicts
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

SECTION

Remote

6 items

remote, fetch, pull, push, pull requests, .gitignore

remote

remote: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study remote in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

remote
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

fetch

fetch: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study fetch in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

fetch
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

pull

pull: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study pull in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

pull
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

push

push: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study push in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

push
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

pull requests

pull requests: a practical computer skill. Learn the purpose, core concept, syntax or workflow, real-world use cases, prerequisites, common mistakes, troubleshooting path, security implications, and related advanced concepts. Start with a safe read-only example, verify the result, then move to automation or administration only when you understand the side effects. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study pull requests in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

pull requests
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.

.gitignore

Git topic .gitignore: understand the repository state, working tree, index, commit history and remote state involved. Inspect status and diffs before commits or pushes, and treat reset/rebase operations as history-changing workflows that require extra care. Git & GitHub: understand working tree, index, commits, refs and remotes. Inspect status/diff before history-changing commands and verify remote state after synchronization. Study .gitignore in four passes: (1) purpose and vocabulary, (2) mechanism or syntax, (3) a safe practical example, and (4) verification plus troubleshooting. For every exercise, record the starting state, action, expected result, actual result and recovery step. This turns memorization into a repeatable professional workflow.

.gitignore
Common mistakes
  • Learning the label without understanding the underlying workflow
  • Changing settings or deleting data before confirming the current state
Troubleshooting
  • Reproduce the issue and record the exact message or observed result
  • Check the current OS/tool version and official documentation for version-specific behavior
Safety / best practice

Make a backup when the operation can alter or delete data, and verify the result before continuing.