Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ironpython2001/3aa6dcdbf27611a84925e1e4f93104b8 to your computer and use it in GitHub Desktop.
Save ironpython2001/3aa6dcdbf27611a84925e1e4f93104b8 to your computer and use it in GitHub Desktop.
git show uncommitted changes in current branch
https://stackoverflow.com/questions/35978550/how-to-show-uncommitted-changes-in-git-and-some-git-diffs-in-detail
git diff
https://stackoverflow.com/questions/8554776/how-to-filter-git-diff-based-on-file-extensions
git diff -- '***.py'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment