Compare commits
2 Commits
c201d4aef5
...
7becb2450f
Author | SHA1 | Date | |
---|---|---|---|
7becb2450f | |||
ab0da7d2ee |
|
@ -3,8 +3,6 @@
|
|||
new_pwd=$(dirname $(realpath $0))
|
||||
cd $new_pwd
|
||||
|
||||
git config --global init.defaultBranch master
|
||||
|
||||
# remove old data, if exists
|
||||
if [ -d "tool_repos" ]
|
||||
then
|
||||
|
@ -23,6 +21,7 @@ do
|
|||
echo ">> $repo"
|
||||
cd $repo
|
||||
for i in $(git for-each-ref --format="%(refname:short)" --no-merged=origin/HEAD refs/remotes/origin); do git switch --track $i; done
|
||||
git branch -D test-head || true
|
||||
cd ..
|
||||
done
|
||||
# recover submodules to initial state (branches will remain)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7bc1195651dd8bbc62bcc52edf6d07923b2d4f1a
|
||||
Subproject commit e0c7e2a72579e24657c05e875201011d2b48bf94
|
|
@ -1 +1 @@
|
|||
Subproject commit 7bc1195651dd8bbc62bcc52edf6d07923b2d4f1a
|
||||
Subproject commit 3254380703607d4f632688e8ac8b3eec1eb69397
|
|
@ -1 +1 @@
|
|||
Subproject commit 7bc1195651dd8bbc62bcc52edf6d07923b2d4f1a
|
||||
Subproject commit e0c7e2a72579e24657c05e875201011d2b48bf94
|
|
@ -1 +1 @@
|
|||
Subproject commit bfcc41e6789e77ef8df5b9cbab3e0031a0207f4d
|
||||
Subproject commit f110a678f5c5a71c8f61bd7d88eeb9c729fd2b38
|
|
@ -1 +1 @@
|
|||
Subproject commit 7bc1195651dd8bbc62bcc52edf6d07923b2d4f1a
|
||||
Subproject commit e0c7e2a72579e24657c05e875201011d2b48bf94
|
|
@ -1 +1 @@
|
|||
Subproject commit 08b11b83d03bcb43b9a734d25bd35e9d0b0520be
|
||||
Subproject commit 1946eeb4dda03473e796a8cc78b1946fc85df0fd
|
|
@ -1 +1 @@
|
|||
Subproject commit 5b587d6bbc08fa484bbfb85b66c7b90a75a3b827
|
||||
Subproject commit 85cd87a2fefc9852215d7f6ea021c0fb4287b374
|
|
@ -1 +1 @@
|
|||
Subproject commit 62c511cac56ecb0426e810bc0a93e4892fdb637e
|
||||
Subproject commit 036b63b501e4bef54b8c623254ad038d2665a489
|
Loading…
Reference in New Issue
Block a user