Skip to content

Commit

Permalink
Merge pull request #26 from marcvanheerden/typo_fix
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
ofirgall authored Dec 21, 2023
2 parents 8cc9901 + 5b3d662 commit e78223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chapters/12-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ I'll cover some of the plugins I use to manage my git through nvim, I recommend
---

## [Fugitive](https://github.com/tpope/vim-fugitive)
Provides the `:Git`/`:G` command which is a basiciliy sends the command to the git CLI and provides interactive window to work with. \
Provides the `:Git`/`:G` command which basically sends the command to the git CLI and provides an interactive window to work with. \
E.g: `:G show HEAD`/`:Git show HEAD`

The "main" feature of it is the interactive `status` window which can be triggered with `:G` with no params which provide a convenient way to see the diffs, stage files and commit changes.
Expand Down

0 comments on commit e78223b

Please sign in to comment.