Skip to content

Commit

Permalink
update headings to fix markdownlint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Nov 12, 2024
1 parent 78038a7 commit 208ef5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Search for branches matching a regex pattern (e.g., all branches starting with `
git-ninja branch:search -r "GN-12.+"
```

### Git Aliases
### Git Aliases - Configuration

Add the following aliases to your `.gitconfig` file to use `git-ninja` commands as Git aliases:

Expand All @@ -80,7 +80,7 @@ Add the following aliases to your `.gitconfig` file to use `git-ninja` commands
co-last = "!f() { git-ninja branch:last --checkout; }; f"
```

#### Examples
### Git Aliases - Examples

List recently checked out branches:

Expand Down

0 comments on commit 208ef5b

Please sign in to comment.