Created
February 14, 2015 20:09
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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