From 0200b49bb2b17e7f75a70e57913d8b36ae4ff37f Mon Sep 17 00:00:00 2001 From: wjy <1229483859@qq.com> Date: Tue, 30 Jun 2026 19:48:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=E3=80=8C/=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config | 15 +++++++++++++++ description | 1 + 2 files changed, 16 insertions(+) create mode 100644 config create mode 100644 description diff --git a/config b/config new file mode 100644 index 0000000..16e1b3a --- /dev/null +++ b/config @@ -0,0 +1,15 @@ +[core] + repositoryformatversion = 0 + filemode = false + bare = false + logallrefupdates = true + symlinks = false + ignorecase = true +[submodule] + active = . +[remote "origin"] + url = https://github.com/wjy-1123/House-rental-system.git + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "main"] + remote = origin + merge = refs/heads/main 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.