Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@valu/git-tools

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valu/git-tools

Some git tools

  • 1.2.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Valu git tools

Script to hide tracked git changes. Used when committing build assets.

Install

npm install @valu/git-tools

or maybe even globally?

npm install -g @valu/git-tools

Scripts

git valu-hide-changes <dir>

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

git valu-hide-changes build

git valu-show-changes <dir>

Show changes hidden by git valu-hide-changes

git valu-show-changes build

git valu-commit-changes <dir>

Commit hidden changes

git valu-commit-changes build

Use to commit build changes

Add following package.json script

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

FAQs

Package last updated on 15 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc