Skip to content

Instantly share code, notes, and snippets.

@jcsackett
Created March 30, 2010 21:23
Show Gist options
  • Save jcsackett/349610 to your computer and use it in GitHub Desktop.
Save jcsackett/349610 to your computer and use it in GitHub Desktop.
#!/bin/bash
# find-mods
# j.c.sackett
# This is a (ridiculously) simple script to show you a smaller subset of
# svn st--specifically, it shows only the Added, Deleted, or Modified
# files in your codebase, ignoring externals.
svn st --ignore-externals | grep '[AMD] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment