I’ve often been annoyed that there’s no way to non-interactively add untracked files in git. Well, I finally whipped an alias to speed that process up:
Just add it to your global git config file at ~/.gitconfig
and enjoy.
I’ve often been annoyed that there’s no way to non-interactively add untracked files in git. Well, I finally whipped an alias to speed that process up:
Just add it to your global git config file at ~/.gitconfig
and enjoy.