Is there a way I can compare ALL my local files ag...
# sdf
d
Is there a way I can compare ALL my local files against an account? Or do I really have to go through one-by-one ?
c
Pull then down into another directory & use a tool of your choice to compare the two? (i'd just use
diff
in a shell loop)
m
Make sure your local git branch is all committed, re-download from NS, and let git show you the diffs.
💪 1
g
Mike's suggestion is exactly what I do. Works great.