From 18b4d208d8239db693294b9fea66fb935a8f72c2 Mon Sep 17 00:00:00 2001 From: Saurabh Misra Date: Thu, 13 Feb 2025 01:05:51 -0500 Subject: [PATCH] add the new submodule at cli --- .gitmodules | 3 +++ .idea/vcs.xml | 1 + cli | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 cli diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..3dbf4c07d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "cli"] + path = cli + url = git@github.com:codeflash-ai/codeflash.git diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1ddfb..6eb5cc667 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/cli b/cli new file mode 160000 index 000000000..5851ec2b8 --- /dev/null +++ b/cli @@ -0,0 +1 @@ +Subproject commit 5851ec2b84c6aa664378806d20093772546f2716