Sha256: a19853c4d0048f0165347455c0baf58f40f0dac2b1ca119ca5b53c1b0a666cb1

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

[user]
	name = Tom Scott
	email = tubbo@psychedeli.ca
[repo]
	user = tubbo
[github]
	user = tubbo
[alias]
	ci = commit
	st = status
	on = branch
	br = branch
  co = checkout
  l = log --graph --pretty=format':%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset'
  lol = log --pretty=oneline --abbrev-commit --graph --decorate
  unstage = reset HEAD
  staged = diff --cached
  unstaged = diff
  current-branch = !git symbolic-ref -q HEAD | sed -e 's|^refs/heads/||'
  track = checkout -t
  # Rewrite of 'git-process' in git.
  beta-restore = stash pop
  beta-sync = !git checkout $1 && git rebase master
  beta-feature = !git checkout -b
  beta-expose = !git checkout master && git pull --rebase && git checkout $1 && git rebase master && git push origin $1
  beta-to-master = !git checkout master && git merge $1 && git push --rebase origin master
[apply]
  whitespace = warn
[color]
  diff = auto
  status = auto
  branch = auto
  ui = true
[help]
  autocorrect = 1
[status]
  submodule = 1
[push]
  # Only push branches that have been set up to track a remote branch.
  default = current
[core]
	editor = vim
  pager = less -r
	excludesfile = /Users/necromancer/.gitignore
[merge]
  tool = vimdiff

[gitProcess]
	keepLocalIntegrationBranch = true
[rerere]
	enabled = 1

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zsh_dots-0.5.7 config/gitconfig