I have been trying to combine "clear" and "git status" as one command into one git alias. Is there a way to achieve this?? I have tried the following :
git config --global alias.clearall 'clear && git status'
and also the same using nano ~/.bashrc
and add the same alias.
But both don't work. So can anyone suggest another idea ?