Skip to content

Commit

Permalink
Merge pull request #143 from innovativeinnovation/fea-git-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle authored Mar 1, 2024
2 parents f9a0fcd + dfbba8e commit 33780df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* [Vim](editors/vim.md)
* [Visual Studio Code](editors/visual-studio-code.md)
* [Git](git/README.md)
* [Git Extras](git/git-extras.md)
* [gitk](git/gitk.md)
* [GitHub](git/github.md)
* [Bitbucket](git/bitbucket.md)
Expand Down
14 changes: 14 additions & 0 deletions src/git/git-extras.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Git Extras

[Git Extras](https://github.com/tj/git-extras) is a large collection of really
useful utilities for Git repositories.

## Installation

```bash
sudo apt install git-extras
```

## Usage

See [git-extras/Commands.md](https://github.com/tj/git-extras/blob/main/Commands.md).

0 comments on commit 33780df

Please sign in to comment.