-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitconfig
More file actions
33 lines (33 loc) · 920 Bytes
/
Copy pathdot_gitconfig
File metadata and controls
33 lines (33 loc) · 920 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
[pull]
rebase = true
autostash = true
[alias]
tui = !lazygit
nuke = !git reset HEAD --hard && git clean -fd
fixup = commit --fixup
amend = commit --amend --no-edit
new = checkout -b
back = reset --soft HEAD~1
head-reset = reset --hard HEAD
branches = branch --list --all --color=always
ball = push --force --no-verify
[user]
name = NSPC911
email = 87571998+NSPC911@users.noreply.github.com
[credential "helperselector"]
selected = manager
[credential "https://github.com"]
helper =
helper = !'C:\\Users\\notso\\scoop\\apps\\gh\\current\\bin\\gh.exe' auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !'C:\\Users\\notso\\scoop\\apps\\gh\\current\\bin\\gh.exe' auth git-credential
[credential]
helper = manager
[credential "https://myhost.com"]
provider = generic
[diff]
colorMoved = default
colorMovedWS = ignore-all-space
[init]
defaultBranch = main