• Home
  • Posts
  • About
  • |
LIGHT DARK

Git Config

Jan 30, 2014

My .gitconfig contains

[user]
        email = dan@bodar.com
        name = Daniel Worthington-Bodart
[color]
        ui = true
[alias]
        ci = commit
        co = checkout
        st = status -sb
        nuke = !git checkout -f && git clean -f -d
[push]
        default = current
← Previous
Wat? Scala (Infix Operator Precedence and Associativity)
Next →
Shortcuts to position screens on ultra wide screens
 
© 2025 Dan Bodart.