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