IT:AD:Git Bash:HowTo:Clear the Screen
Summary
It's not a Windows command prompt, so CLS doesn't work.
Process
clear does it.
Ctrl-L also does it.
Errata
You can alias clear to cls (why?!?) by add this to your .bashrc:
alias clear=’/cygdrive/c/Windows/System32/cmd.exe /c cls