-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
33 lines (33 loc) · 699 Bytes
/
Copy pathgitconfig
File metadata and controls
33 lines (33 loc) · 699 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
[core]
editor = code --wait
[user]
name = stopachka
email = stepan.p@gmail.com
[credential]
helper = osxkeychain
helper =
helper = /usr/local/share/gcm-core/git-credential-manager
[push]
default = upstream
[url "https://github.com/"]
insteadOf = git@github.com:
[url "https://"]
insteadOf = git://
[color]
ui = true
[pull]
rebase = true
[alias]
co = checkout
br = branch
ci = commit
st = status
unstage = reset HEAD --
last = log -1 HEAD
graph = log --graph --decorate --oneline
[credential "https://git.heroku.com"]
provider = generic
[credential "https://git.chatgpt-team.site"]
provider = generic
[credential "https://dev.azure.com"]
useHttpPath = true