Skip to content

Instantly share code, notes, and snippets.

View verotas's full-sized avatar

ChungKyu Park verotas

View GitHub Profile
[alias]
br = branch
ci = commit
co = checkout
st = status
last = log -1 HEAD
unstage = reset HEAD --
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@verotas
verotas / .gitignore
Last active September 27, 2016 12:37
GIT Ignore for Unity
Temp/
obj/
Library/
*.csproj
*.pidb
*.unityproj
*.userprefs
*.sln
*.suo