New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

git-argue

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-argue

Don't touch my Git

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

git-argue

Don't touch my Git

Displays changes made between two commits that affected your code and who made the changes.

Usage

 git-argue [options] [<since>] [<until>]
 git-argue [options] [-d|--dir] <path>

 Options:
     -h, --help               output usage information
     -d, --dir <path>         force git-argue to run in the specified directory rather than attempt to detect the repository root
  

Installation

  • Install Git, Node.js, and npm
  • Run npm install -g git-argue. You may need sudo.
  • Run git-argue HEAD~1 HEAD in any git repository to see the blame delta for the last commit.

Examples

Find blame delta from the last commit:

$ git-argue HEAD~1 HEAD

When installed globally:

$ git argue HEAD~1 HEAD

lib/models/sequelize/users.js ---+++
| tywalch | Harry Wazzell |
  7    tywalch                      EndUserName: {
  8    tywalch                        type: DataTypes.STRING,
  7    tywalch                      EndUserNameKey: {
  8    Harry Wazzell                  type: DataTypes.UUID,
  
  11   tywalch                        validate: validations.validate('Username', validations.presets.GUID)
  11   Harry Wazzell                  validate: validations.validate('End Username Key', validations.presets.GUID)

Keywords

FAQs

Package last updated on 23 Jun 2018

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