stuff
This commit is contained in:
parent
0083bc65b7
commit
e7371b3e83
6 changed files with 48 additions and 26 deletions
|
@ -9,7 +9,7 @@ git --git-dir=$HOME/.cfg/ --work-tree=$HOME push
|
|||
# Fetch a fresh copy of all locally cloned git repos
|
||||
for dir in $(find /home/kunsi/git -mindepth 1 -maxdepth 1 -type d)
|
||||
do
|
||||
git -C "$dir" fetch || true
|
||||
git -C "$dir" fetch --all || true
|
||||
done
|
||||
|
||||
# Do a backup.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue