twosigma / twosigma/git-meta

`git meta diff` should not read off of the index for diffs

Open
#712 2 comments 3 reactions 0 assignees View on GitHub
diff
Dominant language
JavaScript
Stars
233
Forks
54
PR merge metrics
No merged PRs in 30d

Description

`git meta diff` shows you changes from both disk and the index. This is inconsistent with `git diff` which shows only the unstaged changes. You need `git diff --cached` to see the staged changes, and `git diff HEAD` for both. Please make `git meta diff` usage consistent with `git diff`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.