-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
30 lines (30 loc) · 716 Bytes
/
Copy pathgitconfig
File metadata and controls
30 lines (30 loc) · 716 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
[user]
name = Lidiane Taquehara
email = lmt-dev.chunk990@passinbox.com
signingkey = ~/.ssh/id_ed25519.pub
[push]
default = simple
[core]
editor = vim
excludesfile = ~/.gitignore
[alias]
can = commit --amend --no-edit
co = checkout
glog = log --oneline -E -i --grep
sl = log --oneline --decorate
sla = log --oneline --decorate --graph --all
mup = !git checkout master && git pull && git checkout -
uncommit = reset --soft HEAD^
unstage = reset
upstream = rev-parse --abbrev-ref --symbolic-full-name @{u}
u-reset = !git reset --hard $(git upstream)
pfl = push --force-with-lease
[commit]
gpgsign = true
[gpg]
program = gpg
format = ssh
[branch]
sort = -committerdate
[init]
defaultBranch = main