summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 5411f31a63f182913036d50501bc066fe3682e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[user]
	email = fkfd@fkfd.me
	name = Frederick Yin
[alias]
	cl = clone
	cm = commit
	a = add
	co = checkout
	br = branch
    st = status
    p = push
    dc = diff --cached
[url "https://invent.kde.org/"]
	insteadOf = kde:
[url "ssh://git@invent.kde.org/"]
	pushInsteadOf = kde: