Skip to content

Instantly share code, notes, and snippets.

View KNTH01's full-sized avatar
😎
Cool

Kevin Nguyen KNTH01

😎
Cool
View GitHub Profile
@KNTH01
KNTH01 / gitconfig
Last active March 15, 2018 09:00
My git configuration
[user]
name = Kevin Nguyen
email =
[alias]
st = status --branch --short
ci = commit
co = checkout
br = branch
unstage = reset HEAD --