You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a good suggestion, though -e is taken, so maybe -x for --exclude. We could also do a glob/gitignore-style thing to add rules like -g '!.db_dumps', -g '!foo*' (thinking of the interface used by ripgrep).
Would it be possible to an option
-e
to exclude a directory or directories?Example usage:
gitup -e .db_dumps .postgres
. Just an ideaThe text was updated successfully, but these errors were encountered: