Skip to content

Instantly share code, notes, and snippets.

View jfpdazey's full-sized avatar
💭
Learning GraphQL

John F.P. Dazey jfpdazey

💭
Learning GraphQL
View GitHub Profile
#!/bin/bash
git config --global alias.tree "log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --graph --color --all --decorate" &&
git config --global alias.st status &&
git config --global alias.co checkout &&
git config --global alias.rekt 'commit --amend'