Conversation

Site Reliability EnbyπŸ³οΈβ€βš§οΈπŸπŸ”¦πŸ“ˆπŸΊπŸ‘—

git needs a `git fetch --some` or something.

For when I want to fetch from my repo and the official project main repo, but not 5 or 6 other random contributors who I have added as remotes.

2
0
0
@SiteRelEnby not trying to be the reply guy, but I think that's "git remote update [remote name]".
1
0
0

@SiteRelEnby something like git fetch --multiple $(git remote | grep -E 'regex')?

1
0
0

Site Reliability EnbyπŸ³οΈβ€βš§οΈπŸπŸ”¦πŸ“ˆπŸΊπŸ‘—

@ryanc Nice one.

0
0
0

Site Reliability EnbyπŸ³οΈβ€βš§οΈπŸπŸ”¦πŸ“ˆπŸΊπŸ‘—

@monsieuricon I guess "slap it in a oneliner" is always a solution...

0
0
0