How to git clone
a project and then cd
into the newly created directory in one action?
git clone http//xxx (optional folder name)
cd <created directory>
I found several solutions in Bash, like this one:
A better way to do git clone
But none in PowerShell..