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
| # Look for changes made on the latest commit only for css files | |
| git show *.css | |
| # Look for changes made by an Author on specific files | |
| # | |
| # <author> e.g.: Roberto | |
| # <text-to-look-for> e.g.: Refactor | |
| # <filename> e.g.: *.css |