gitall.rs
gitall.rs copied to clipboard
Run Git commands in all subdirectories really fast
In ``` > gitall --version gitall 0.6.0 ``` ``` > git pull --rebase origin master From git-server:repository * branch master -> FETCH_HEAD Already up to date. ``` but ``` >...
https://wiki.archlinux.org/title/Arch_User_Repository#Submitting_packages https://github.com/ATiltedTree/create-aur-release
https://github.com/ryankurte/cargo-binstall
With the completion of #7, it has become evident that sometimes you may not want to provide an additional argument. For example, extracting the commands to run into a separate...
Having long-running Git operations is a bit unnerving. I don't know which repo(s) are being slow, nor how many/which repos are left to process. ~~Maybe implement SIGUSR{1,2} to print current...
The command "stash branch \ [\]" (replace \ with a new branchname and [\] with stash@{0}) seems to trigger some option parsing error. I can see a similar issue was...
This [RustSec advisory](https://rustsec.org/advisories/RUSTSEC-2021-0145.html) was annoying to see in my GH fork advisory emails. Decided to just do it myself! 😆
Resolves #13.