dswisher / git-updater

Tool to help manage multiple git repositories
MIT License
0 stars 0 forks source link

Fetch command should show more details #3

Closed dswisher closed 2 years ago

dswisher commented 2 years ago

The fetch command does not currently show any details about what (if anything) was fetched. It should show a short summary, so the user knows that there are changes that need to be merged/rebased.

dswisher commented 2 years ago

This should use the fetch command in git-exec-wrapper. Needs this issue to be completed.