I have multiple projects in a folder and I want to get latest.
For example:
C:\Projects\Project 1
C:\Projects\Project 2
C:\Projects\Project 3
Normally I would open up Git Bash, direct to one project (e.g. 'cd C:\Projects\Project 1
'), then type 'git pull
'.
After this, repeat on every other project.
Is there a quicker/shorter/less time consuming way to get latest on all of my projects?