Is there a simple command in windows powershell to get the latest code from a git remote repository? I have already installed git posh
Note:
- New to both git and powershell.
- I am not creating a repository. I just want to get the code from a remote branch so that I want to build using ms build tool in the next step of the powershell script.