-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
It would be useful to be able to diff all dotfiles at once:
rails-diff dotfiles
I'm considering dotfiles the files outputed by:
find . -path ./.git -prune -o \( -path './.*' -type f -print -o -path './.*/*' -type f -print \)
and is not ignored by git
That is: a dotfile in the toplevel dir and files inside toplevel dirs that start with a dot like .github/
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers