14 lines
211 B
Text
14 lines
211 B
Text
[alias]
|
|
co = checkout
|
|
br = branch
|
|
ci = commit
|
|
st = status
|
|
[pull]
|
|
rebase = true
|
|
[init]
|
|
defaultBranch = master
|
|
[user]
|
|
email = lew@ily.rs
|
|
name = lew
|
|
[url "git@github.com:"]
|
|
insteadOf = https://github.com/
|