10000 Releases · divineunited/gitutils-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: divineunited/gitutils-cli

v 6.0 Include gitutils-batch-pull

18 Jul 23:26
4138ed0
Compare
Choose a tag to compare

Allows users to batch update all their git repositories.

gitutils-batch-pull

This script will update all git repositories in the current directory.

It will only check directories one level down
and assumes there are no git repositories nested within sub-directories.

Press 'Y' or 'Enter' to continue, or any other key to exit.
y
✅ Successfully pulled latest changes in ./gdoc-summaries
Output for ./gdoc-summaries:
Already up to date.

🤔 Skipping ./gitutils-cli: Not on main or master branch.
✅ Successfully pulled latest changes in ./jira-ticketer
Output for ./jira-ticketer:
Already up to date.

✅ Successfully pulled latest changes in ./django
Output for ./django:
Already up to date.

🚀 git batch pull completed.
0