pkgs/git-diff-word: Add git shortcut to diff by character
This commit is contained in:
5
pkgs/git-diff-word/git-diff-word.sh
Executable file
5
pkgs/git-diff-word/git-diff-word.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
git diff --word-diff=color --word-diff-regex="." "$@"
|
Reference in New Issue
Block a user