Skip to content

Commit

Permalink
a few small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon authored and steveklabnik committed Mar 8, 2024
1 parent 03955df commit db49e0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/branching-merging-and-conflicts/anonymous-branches.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branches once they get used to things.

Let's talk about it.

## What is a branch, conceptualy?
## What is a branch, conceptually?

When two changes share the same parent change, we say that they are "branching,"
because the graph of commits would look like this:
Expand Down
2 changes: 0 additions & 2 deletions src/sharing-code/named-branches.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,4 @@ than as I work. That is, the branch name tends to sit at the same change as the
remote server, and when it's time to update the remote, that's when I update
things locally.

`jj` will update the branch when changes get

Speaking of remotes, let's talk about that next.

0 comments on commit db49e0e

Please sign in to comment.