Skip to content

Instantly share code, notes, and snippets.

View Maartz's full-sized avatar
🎯
Focusing

Maartz Maartz

🎯
Focusing
  • Isolated in my process
  • 07:22 (UTC +02:00)
View GitHub Profile
@nickytonline
nickytonline / .gitconfig
Last active February 17, 2021 03:34
Git Aliases
alias.a add .
alias.aliases config --get-regexp alias
alias.bi bisect
alias.ci commit -m
alias.co checkout
alias.colast checkout -
alias.db branch -D
alias.laf fsck --lost-found
alias.last log -1 HEAD
alias.nb checkout -b