diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-18 00:49:24 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-18 00:49:24 -0700 |
commit | 5ab1b1e7e388c4773bf675af49f111c9d4a4498a (patch) | |
tree | 38c8663f7666ae4da772f9bacc7d1f2c0a776eef /etc/.cfgl/config | |
parent | 08b465c935ddc3cafd136c7cd88778f45d463082 (diff) |
add .cfgl git configs
Diffstat (limited to 'etc/.cfgl/config')
-rw-r--r-- | etc/.cfgl/config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/.cfgl/config b/etc/.cfgl/config new file mode 100644 index 00000000..ab484bdf --- /dev/null +++ b/etc/.cfgl/config @@ -0,0 +1,19 @@ +[core] + repositoryformatversion = 1 + filemode = true + bare = true +[status] + showUntrackedFiles = no +[extensions] + worktreeConfig = true +[remote "origin"] + url = git@github.com:flyxyz123/config_local_arch.git + fetch = +refs/heads/*:refs/remotes/origin/* +[commit] + gpgsign = false +[branch "master"] + remote = origin + merge = refs/heads/master +[remote "usb"] + url = /run/media/xyz/Ventoy/git_bare_repos/config_local_arch + fetch = +refs/heads/*:refs/remotes/usb/* |