Created
August 8, 2018 17:08
-
-
Save darktef/d985a0452d774aa6702f3bae43e5ccab to your computer and use it in GitHub Desktop.
Bash - Open multiple files from previous git log history
This file contains 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
mvim -p $(git log --pretty="" --name-only -1 | tr -s '\n' ' ') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment