From 61b76c7273ab7bc86c89365bc7dc9242676569c0 Mon Sep 17 00:00:00 2001 From: KSH Date: Tue, 11 Jan 2022 22:54:04 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=97=85=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- COMMIT_EDITMSG | 1 + HEAD | 1 + config | 13 +++++++++++++ description | 1 + 4 files changed, 16 insertions(+) create mode 100644 COMMIT_EDITMSG create mode 100644 HEAD create mode 100644 config create mode 100644 description diff --git a/COMMIT_EDITMSG b/COMMIT_EDITMSG new file mode 100644 index 0000000..5ec586d --- /dev/null +++ b/COMMIT_EDITMSG @@ -0,0 +1 @@ +first commit diff --git a/HEAD b/HEAD new file mode 100644 index 0000000..cb089cd --- /dev/null +++ b/HEAD @@ -0,0 +1 @@ +ref: refs/heads/master diff --git a/config b/config new file mode 100644 index 0000000..445be1d --- /dev/null +++ b/config @@ -0,0 +1,13 @@ +[core] + repositoryformatversion = 0 + filemode = false + bare = false + logallrefupdates = true + symlinks = false + ignorecase = true +[remote "origin"] + url = https://github.com/ksh002/https---github.com-ksh002-cocktail-upload-main.git + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "master"] + remote = origin + merge = refs/heads/master diff --git a/description b/description new file mode 100644 index 0000000..498b267 --- /dev/null +++ b/description @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository.