Doing this:
git config --global alias.hist 'log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short'
as mentioned on a Windows machine just gives me this error:
usage: git config [options]
when I try running git hist
. Any suggestions why it doesn't work?