Add .config/git/config
This commit is contained in:
parent
ebaa6212bd
commit
6434b1db9d
1 changed files with 14 additions and 0 deletions
14
private_dot_config/git/config
Normal file
14
private_dot_config/git/config
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[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/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue