mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Create .gitconfig
This commit is contained in:
parent
79e6670f5a
commit
a3ccc15c8f
31
.gitconfig
Normal file
31
.gitconfig
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
[core]
|
||||||
|
repositoryformatversion = 0
|
||||||
|
filemode = true
|
||||||
|
bare = false
|
||||||
|
logallrefupdates = true
|
||||||
|
editor = vim
|
||||||
|
excludesfile = ~/.gitignore_global
|
||||||
|
[user]
|
||||||
|
name = Vlad Doster
|
||||||
|
email = mvdoster@gmail.com
|
||||||
|
[color]
|
||||||
|
status = auto
|
||||||
|
commit = auto
|
||||||
|
diff = auto
|
||||||
|
branch = auto
|
||||||
|
[alias]
|
||||||
|
st = status
|
||||||
|
st = status
|
||||||
|
co = checkout
|
||||||
|
ci = commit
|
||||||
|
br = branch
|
||||||
|
ff = merge origin
|
||||||
|
diff = diff --ignore-space-change
|
||||||
|
dst = diff --staged
|
||||||
|
[apply]
|
||||||
|
whitespace = strip
|
||||||
|
whitespace = nowarn
|
||||||
|
[push]
|
||||||
|
default = simple
|
||||||
|
[credential]
|
||||||
|
helper = cache --timeout=28800
|
||||||
Loading…
x
Reference in New Issue
Block a user