Skip to content

Commit

Permalink
readme++
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Nov 10, 2023
1 parent 1e93d0c commit 2bfc5cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/git-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ npm install -g @valu/git-tools

Hide changes from git in a given directory even if they are tracked

Usage

```
git valu-hide-changes build
```
Expand All @@ -47,5 +45,5 @@ git valu-commit-changes build
Add following package.json script

```
"build-commit": "npm run build && git valu-commit-changes"
"build-commit": "npm run build && git valu-commit-changes build"
```

0 comments on commit 2bfc5cf

Please sign in to comment.