We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raw text output from git --no-pager diff ...
git --no-pager diff ...
diff --git a/.gitignore b/.gitignore index 2659310..5e94189 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ venv/ # specific to this project: sandbox.ipynb +sandbox.py
Delta's output git --no-pager diff ... | delta --show-themes
git --no-pager diff ... | delta --show-themes
• .gitignore:61: venv/ ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 61 ⋮.gitignore│ 62 ⋮.gitignore│# specific to this project: 63 ⋮.gitignore│sandbox.ipynb ⋮.gitignore│sandbox.py Theme: calochortus-lyallii [M] .gitignore • .gitignore:61: venv/ 61 ⋮.gitignore│ 62 ⋮.gitignore│# specific to this project: 63 ⋮.gitignore│sandbox.ipynb ⋮.gitignore│sandbox.py
[output truncated]
notice the .gitignore instead of the linenumber.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
raw text output from
git --no-pager diff ...
Delta's output
git --no-pager diff ... | delta --show-themes
[output truncated]
notice the .gitignore instead of the linenumber.
The text was updated successfully, but these errors were encountered: