I created a Git alias based on the EdgeCase Git Immersion tutorial that looks like this:
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
But now it seems to be a swap of results - the terminal shows (END) after displaying the results, forcing me to press Q to continue working. I read that by adding the --no-pager tag, you can disable this feature; How to include it in an alias? I tried this at the end, before log and right after, and none of them worked. Git throws an error saying that it is an unrecognized argument or that it modifies environment variables. Any tips?
Ian
source share