Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 378 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 378 Bytes

Reason Proto

add

# normal add
git submodule add -b main --name api/reason-proto https://github.com/go-cinch/reason-proto.git ./api/reason-proto

# or force add
git submodule add -f -b main --name api/reason-proto https://github.com/go-cinch/reason-proto.git ./api/reason-proto

update

git submodule update --force --recursive --init --remote