-
Notifications
You must be signed in to change notification settings - Fork 1
/
localconfig
23 lines (23 loc) · 1.71 KB
/
localconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = https://[email protected]/cnweibo/githubtest.git
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "kidsitbranch"]
remote = origin
merge = refs/heads/kidsitbranch
[alias]
lg = log --oneline --decorate --all --graph
s = status -v
a = add
r = reset
ci = commit -m
r1 = reset HEAD~1
co = checkout
rs = remote show