« Newer Older »
September 2, 2006 • 12:46 am
Add this to .bash_profile for a quick command line for adding all new files in a working directory.
svn_add_all(){ svn status | grep “^?” | awk ‘{print $2}’ | xargs svn add }
Filed under: Code
Fill in your details below or click an icon to log in:
You are commenting using your WordPress.com account. ( Log Out / Change )
You are commenting using your Twitter account. ( Log Out / Change )
You are commenting using your Facebook account. ( Log Out / Change )
Connecting to %s
Notify me of follow-up comments via email.
Get every new post delivered to your Inbox.