Skip to content

Instantly share code, notes, and snippets.

@himanoa
Created March 26, 2020 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save himanoa/f86b5e832d7f0d25105acb7dff2df69a to your computer and use it in GitHub Desktop.
Save himanoa/f86b5e832d7f0d25105acb7dff2df69a to your computer and use it in GitHub Desktop.
[core]
editor=nvim
excludesFile=/Users/himanoa/.gitignore_global
[user]
name = himanoa
email = matsunoappy@gmail.com
[ghq]
root = /Users/himanoa/src
[mkrepo]
service = github.com
[alias]
st = status
bb = base-branch
che = checkout
cheb = checkout -b
puoh = push origin HEAD
home = "checkout $(git base-branch)"
plm = pull origin master
rebase= rebase -i --autosquash
pbcopy = !printf "$1" | pbcopy
buraro = status -s | awk '{print $2}' | xargs rm -rf
[diff]
compactionHeuristic = true
[rebase]
autosquash = true
[commit]
verbose = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment