Skip to content

Instantly share code, notes, and snippets.

View natatat's full-sized avatar
🏳️‍🌈

Natalie Uduwela natatat

🏳️‍🌈
View GitHub Profile
@natatat
natatat / .gitconfig
Created June 29, 2018 18:50
.gitconfig aliases
[alias]
co = checkout
com = checkout master
cob = checkout -b
pom = pull origin master
c = commit -m
s = status
b = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
r = rebase -i