Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofra authored Oct 25, 2023
1 parent 21a5d31 commit bd00720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ _Now let's use the branch feature!_

### Understanding Commits and Branching in Git

When you create a commit in Git, the process works as follows:
> When you create a commit in Git, the process works as follows:
1. You're on branch `A`.
2. You make changes, add them to the staging area with `git add`, then create a commit with `git commit`.
Expand Down

0 comments on commit bd00720

Please sign in to comment.