-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
41 lines (32 loc) · 744 Bytes
/
.gitconfig
File metadata and controls
41 lines (32 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[user]
name = Julien Di Marco
email = juliendimarco@gmail.com
[github]
user = lifely
token = GITHUB_TOKEN
[core]
editor = emacs -nw
## editor = code --wait
[color]
ui = true
diff = auto
status = auto
branch = auto
interactive = auto
[alias]
ci = commit
co = checkout
st = status -sb
br = branch
###
[push]
# Default push should only push the current branch to its push target, regardless of its remote name
default = upstream
# When pushing, also push tags whose commit-ishs are now reachable upstream
followTags = true
[tag]
# Sort tags as version numbers whenever applicable, so 1.10.2 is AFTER 1.2.0.
sort = version:refname
###
[includeIf "gitdir:~/Developer/apps/"]
path = ~/.witbe.gitconfig