collection of some of useful links
i don't know
PURPLE = "\033[95m" | |
CYAN = "\033[96m" | |
DARKCYAN = "\033[36m" | |
BLUE = "\033[94m" | |
GREEN = "\033[92m" | |
YELLOW = "\033[93m" | |
RED = "\033[91m" | |
BOLD = "\033[1m" | |
UNDERLINE = "\033[4m" | |
END = "\033[0m" |
git rev-list --all | xargs -n 1 git grep 'rashford' | |
# the above now searchs through all commits in every file for the string "rashford" |