Skip to content

Instantly share code, notes, and snippets.

@geopet
Created February 4, 2014 03:47
Show Gist options
  • Save geopet/8797857 to your computer and use it in GitHub Desktop.
Save geopet/8797857 to your computer and use it in GitHub Desktop.
barebones .gitconfig
[alias]
ff = merge --ff-only
[user]
email = g.petrie@gmail.com
name = Geoff Petrie
[color]
ui = true
[core]
editor = vim
[push]
default = upstream
[pull]
rebase = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment