1
0

Add git dotfiles

This commit is contained in:
Jip J. Dekker 2021-09-08 21:39:45 +10:00
commit b77c2b6a1d
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3
2 changed files with 33 additions and 0 deletions

23
dot_gitconfig Normal file
View 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
View File

@ -0,0 +1,10 @@
.DS_Store
.svn
*~
*.swp
*.rbc
.idea/
__pycache__/
.vscode
.clangd/
compile_commands.json