Skip to content

Commit a039471

Browse files
committed
Does important work
1 parent 2aada1f commit a039471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ How is `fetch` different from `pull`? Pulling updates the HEAD of your repositor
177177
> **What does HEAD mean?** `HEAD` is the name for the current version of the repository, the most recent commit. Notice in the section below, the top-most (i.e. most recent) commit will also be aliased as `HEAD`.
178178
179179

180-
{: .note }
180+
{: .important }
181181
**How are `pull` and `fetch` different or similar?**
182182

183183
**`git fetch`** downloads changes from the remote and stores them in your remote-tracking branches (like `origin/main`), but leaves your working branch and local files completely untouched. You're essentially saying "show me what's out there" — you can then inspect the changes before deciding what to do with them.

0 commit comments

Comments
 (0)