Let's make the prompt pretty and Git-oriented with Oh-My-Posh and Posh-Git:
Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck
See this article for more info.