Skip to content

Instantly share code, notes, and snippets.

@rxnlabs
Created February 14, 2015 20:09
Show Gist options
  • Save rxnlabs/de37a1f1135dfddf9630 to your computer and use it in GitHub Desktop.
Save rxnlabs/de37a1f1135dfddf9630 to your computer and use it in GitHub Desktop.
Git - figure out if any files have changed on the production/live server. Great for figuring out which files to download to your local environment
#http://stevegrunwell.github.io/wordpress-git/#/20
git ls-files -dmo --exclude-standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment