forked from FrancisVarga/ant-git-macros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
49 lines (43 loc) · 872 Bytes
/
gitconfig
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
42
43
44
45
46
47
48
49
#===========================================
# Author: Francis Varga
# eMail: fv@varga-multimedia.com
# Blog: flexbuddha.posterous.com
#===========================================
#
# This is my .gitconfig file
#
# Did you have question ask me ;)...
[user]
name = FrancisVarga
email = github@varga-net.com
[core]
symlinks = false
autoCRLF = input
[pack]
packSizeLimit = 2g
[help]
format = html
[http]
sslCAinfo = /bin/curl-ca-bundle.crt
[color]
diff = auto
branch = auto
status = auto
[alias]
st = status
d = diff
ci = commit -v
cia = commit -v -a
ca = commit -a -m
co = checkout -b
cp = cherry-pick
l = log
ll = log -p
lt = log trunk..
llt = log -p trunk..
lm = log master..
llm = log -p master..
b = branch
pom = push origin master
ads = submodule add
rem = remote add origin