Migrate git config

This commit is contained in:
2023-01-03 00:02:40 +00:00
parent 447503fadf
commit ed7acab5a8
4 changed files with 5 additions and 19 deletions

View File

@@ -1,18 +0,0 @@
[user]
email = jordan@vimium.com
name = Jordan Holt
signingkey = B8CFFF61F1CCF520
[rebase]
autosquash = true
[commit]
gpgsign = true
[push]
default = current
[pull]
rebase = true
[alias]
amend = commit --amend
lg = log --color --graph --abbrev-commit --
ls = ls-files
unadd = reset HEAD
undo-commit = reset --soft "HEAD^"

View File

@@ -1,24 +0,0 @@
# CMake
cmake-build-*/
# Linux trash folder
.Trash-*
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~