mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-16 17:27:00 -04:00
pray
This commit is contained in:
parent
59ee516926
commit
5a3af882ec
61 changed files with 705 additions and 562 deletions
3
common/users/homeModules/scripts/git_fetchAll.sh
Normal file
3
common/users/homeModules/scripts/git_fetchAll.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
git branch -r | grep -v '\->' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
|
||||
git fetch --all
|
||||
git pull --all
|
Loading…
Add table
Add a link
Reference in a new issue