Scripts to keep my repositories and forks up to date #5
fedejeanne
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
as briefly mentioned in today's Community Call, here are the Powershell scripts I use in order to keep my repos up to date: https://github.com/fedejeanne/eclipse-scripts
The one I mentioned in the call is
04_switch to master.ps1
which does the following:master
branch is up-to-date with themaster
branch in the upstream (origin
) repomaster
So I end up having the latest code in all my repos.
Disclaimer
There is a lot of room for improvement in these scripts and a lot of stuff that I do is probably better done in some other way (and probably even better without having to install GitHub CLI).
My idea / questions
Beta Was this translation helpful? Give feedback.
All reactions