-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgitconfig
More file actions
38 lines (37 loc) · 841 Bytes
/
gitconfig
File metadata and controls
38 lines (37 loc) · 841 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
[pull]
rebase = true
[user]
name = Chris Parsons
email = cp@cherrypick.co
[alias]
s = status
fp = push origin HEAD --force-with-lease
ci = commit --verbose
ca = commit --amend
can = commit --amend --no-edit
co = checkout
com = checkout master
cob = checkout -b
di = diff
dc = diff --cached
ds = diff --staged
l = log
rim = rebase -i origin/master
sc = switch -c
recent = branch --sort=-committerdate --format="%(committerdate:relative)%09%(refname:short)"
[rebase]
autosquash = true
[core]
excludesfile = /Users/chris/.gitignore
[fetch]
prune = true
[init]
defaultBranch = main
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[commit]
verbose = true
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign