ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上

2012年5月17日 星期四

find . contains .git then sun command...

因為加上 bsp 後,有一堆 framework folder 的 git 都沒有列入 manifest 中,
所以用 repo 會找不到。

所以改用 script: 找所有包含 .git 的目錄,然後 run XXX command:
allgit.sh #/bin/sh find . -type d -name '.git' | while read F; do D=$F/../ cd "$D" echo $PWD git $1 cd - > /dev/null echo --------------- done
然後就這樣: allgit.sh status
就是到每個project 去 run 'git status'

沒有留言:

標籤

網誌存檔