Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 363 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 363 Bytes

Auth Proto

add

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

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

update

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