Skip to content

Instantly share code, notes, and snippets.

View rdparedes's full-sized avatar
🚀

Roberto Paredes rdparedes

🚀
View GitHub Profile
@rdparedes
rdparedes / git commands.sh
Last active October 20, 2021 06:36
Useful git & bash commands
# 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