Compare commits

...

3 Commits

Author SHA1 Message Date
djankowski 78be6e5dc1 Merge pull request 'Development' (#106) from Development into master
Merging GitAutomation from Development into Master.
2023-08-24 09:13:06 -04:00
Chris Glavan dcc49a10e5 Merge pull request '~Added script to update local repository branches with remote repository branches' (#105) from GitAutomation into Development
Merging into development
2023-08-24 09:07:14 -04:00
Chris Glavan 3ea3c32d06 ~Added script to update local repository branches with remote repository branches 2023-08-24 09:05:40 -04:00
+1
View File
@@ -0,0 +1 @@
start "" "%PROGRAMFILES%\Git\bin\sh.exe" -c "git fetch -p ; git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs --no-run-if-empty git branch -d;"