diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-03 21:31:13 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-03 21:31:13 +0530 |
commit | 4fe8b66ac063e91d8edb4c810de02a8feb64974c (patch) | |
tree | ff9407da4475841a9269a6d862902a658b895bd2 | |
parent | 5721a75ed46438cf390559d76a12358cd7770edf (diff) |
using submodule curie-cli
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | app/src | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1985e44 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "app/src"] + path = app/src + url = https://github.com/navanchauhan/curie-cli diff --git a/app/src b/app/src new file mode 160000 +Subproject ac2f2ca38089c40ca9c57b33df1395fb6fad727 |