summaryrefslogtreecommitdiff
path: root/etc/.cfgl/config
blob: 4f0d404dbb1e7443dd9f9d1eb5353f6abea4924b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 "pp"]
	remote = origin
	merge = refs/heads/pp
[remote "usb"]
	url = /run/media/xyz/bd0/git_repos/config_local_arch
	fetch = +refs/heads/*:refs/remotes/usb/*