do not lag behind if I forget to rebase
This commit is contained in:
parent
343fa4e9c6
commit
69f9fdcfb8
@ -10,6 +10,8 @@ find /data -name '.git' -exec dirname \{\} \; | while read gitrepo; do
|
|||||||
git remote | while read remote; do
|
git remote | while read remote; do
|
||||||
git fetch --prune "$remote"
|
git fetch --prune "$remote"
|
||||||
done 2>&1 | sed 's/^/ /'
|
done 2>&1 | sed 's/^/ /'
|
||||||
|
|
||||||
|
git status | grep behind | sed 's/^/ /'
|
||||||
done
|
done
|
||||||
|
|
||||||
cd "$wd"
|
cd "$wd"
|
||||||
|
Loading…
Reference in New Issue
Block a user