Skip to content

Commit

Permalink
add reset-submodule script (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
BusyJay authored and siddontang committed Dec 4, 2017
1 parent 4429bcb commit e5ba53f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/reset-submodule
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
git submodule update --init grpc-sys/grpc
cd grpc-sys/grpc
git submodule update --init third_party/boringssl
git submodule update --init third_party/cares/cares
git submodule update --init third_party/zlib
cd third_party/zlib
git clean -f
git reset --hard

0 comments on commit e5ba53f

Please sign in to comment.