mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
4 lines
168 B
Bash
4 lines
168 B
Bash
# Aliases
|
|
alias svnadderall="svn status | grep '^?' | cut -b 8- | xargs svn add"
|
|
alias svnridallin="svn status | grep '^!' | cut -b 8- | xargs svn remove --keep-local"
|