-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
40 lines (40 loc) · 985 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
[user]
name = RyosukeDTomita
email = [email protected]
[color]
ui = auto
[core]
editor = vim
ignorecase = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
#[merge]
# ff = false
#[pull]
# ff = only
[column]
ui = auto
[branch]
sort = -committerdate
[alias]
staash = stash --all
bb = !/home/tomita/initialsetting/better-branch.sh
pushf = push --force-with-lease
lol = log --graph --pretty=format:'%Cred%h%Creset -%C(bold yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all
lof = log --name-status --oneline --graph --decorate --abbrev-commit --all
[rerere]
enabled = true
[maintenance]
repo = /home/tomita/devsecops-demo-aws-ecs
[rebase]
autoStash = true
autosquash = true
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential