-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
31 lines (30 loc) · 694 Bytes
/
Copy path.gitconfig
File metadata and controls
31 lines (30 loc) · 694 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
[user]
name = Ankit Aggarwal
email = ankitaggarwal@gmail.com
[github]
user = structAnkit
token =
[color]
ui = true
diff = auto
status = auto
branch = auto
[core]
excludesfile = /Users/ankit/.gitignore
editor = vim
autocrlf = input
commentchar = '
[credential]
helper = osxkeychain
[fetch]
prune = true
[push]
default = tracking
[branch]
autosetuprebase = always
[url "git@github.com"]
insteadof = github.com
[alias]
graph = log --all --abbrev-commit --date=short --full-history --graph --format=format:'%C(bold blue)%h%C(reset)\t%C(bold white)%an, %ar (committed %cr)%C(reset)%C(bold green)%d%C(reset)%n \t%C(white)%s%C(reset)%n'
[init]
templatedir = ~/.git_template