-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitconfig
More file actions
43 lines (41 loc) · 739 Bytes
/
.gitconfig
File metadata and controls
43 lines (41 loc) · 739 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
42
43
[user]
email = theycallmethedr@gmail.com
name = Ayman Nedjmeddine
username = IOAyman
signingkey = FC1C3E552DD1CF5C
[core]
editor = vim
autocrlf = input
[color]
ui = true
[push]
default = simple
[alias]
s = status
ss = status -s
a = add
c = commit
l = log --oneline --graph
m = merge
b = branch
d = diff
dc = diff --cached
pl = pull -a
ps = push
ck = checkout
cp = cherry-pick
cl = clone
rs = reset
rshd = reset --hard
rsmx = reset --mixed
clf = clean -f
rb = rebase -i
st = stash
forget = update-index --assume-unchanged
unforget = update-index --no-assume-unchanged
[gpg]
program = gpg2
[commit]
gpgsign = true
[init]
defaultBranch = main