diff options
author | Teddy Wing | 2021-05-29 18:12:28 +0200 |
---|---|---|
committer | Teddy Wing | 2021-05-29 18:13:10 +0200 |
commit | 717f4074206a1cade9ebc51e8604061134900eb8 (patch) | |
tree | dbcd9fcda8718aa57087461328b97812cb567b86 /src/lib.rs | |
parent | 9b6ecdd494443b8db6d037f550ca2744b3b85aad (diff) | |
download | reflectub-717f4074206a1cade9ebc51e8604061134900eb8.tar.bz2 |
Add function to update a Git repository
Should work like:
$ git remote update
From what I can tell from:
https://github.com/git/git/blob/a0dda6023ed82b927fa205c474654699a5b07a82/builtin/remote.c#L1452-L1490
this translates to something like:
$ git fetch --prune --multiple default --all
Diffstat (limited to 'src/lib.rs')
0 files changed, 0 insertions, 0 deletions