Add git dotfiles
This commit is contained in:
commit
b77c2b6a1d
23
dot_gitconfig
Normal file
23
dot_gitconfig
Normal file
@ -0,0 +1,23 @@
|
||||
[alias]
|
||||
co = checkout
|
||||
l = log --graph --decorate --pretty=oneline --abbrev-commit
|
||||
prune = fetch --prune
|
||||
stash-all = stash save --include-untracked
|
||||
s = status
|
||||
undo = reset --soft HEAD^
|
||||
[commit]
|
||||
gpgSign = true
|
||||
[credential]
|
||||
helper = osxkeychain
|
||||
[help]
|
||||
autocorrect = 1
|
||||
[push]
|
||||
default = simple
|
||||
[user]
|
||||
name = Jip J. Dekker
|
||||
email = jip@dekker.one
|
||||
signingkey = 517DF4A00618C9C3
|
||||
[pull]
|
||||
ff = only
|
||||
[init]
|
||||
defaultBranch = develop
|
10
dot_gitignore
Normal file
10
dot_gitignore
Normal file
@ -0,0 +1,10 @@
|
||||
.DS_Store
|
||||
.svn
|
||||
*~
|
||||
*.swp
|
||||
*.rbc
|
||||
.idea/
|
||||
__pycache__/
|
||||
.vscode
|
||||
.clangd/
|
||||
compile_commands.json
|
Loading…
x
Reference in New Issue
Block a user