diff options
author | EuAndreh <eu@euandre.org> | 2023-02-26 09:23:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-26 09:23:17 -0300 |
commit | 0432d0b8d7b3a9d494df04542139807d07e7bddf (patch) | |
tree | cebde8dacbc4c3924400f60c7e60ec86ae1d52c3 /bin/vcs | |
parent | etc/nix/configuration.nix: Force disable programs.less (diff) | |
download | dotfiles-0432d0b8d7b3a9d494df04542139807d07e7bddf.tar.gz dotfiles-0432d0b8d7b3a9d494df04542139807d07e7bddf.tar.xz |
bin/vcs: Fetch from all remotes by default
Diffstat (limited to 'bin/vcs')
-rwxr-xr-x | bin/vcs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ guess_type() { git_fetch() { - git fetch "$@" + git fetch --all "$@" } darcs_fetch() { |