Last active
January 5, 2022 11:41
-
-
Save verespej/a9fde635dbf2c8c6b93ec56dbaf84746 to your computer and use it in GitHub Desktop.
Uncommon, but useful git commands
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
# Diff two arbitrary files in the file system | |
git diff --no-index <file-path-1> <file-path-2> | |
# Get the dates of stashes | |
git stash list --date=local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment