Skip to content

Instantly share code, notes, and snippets.

View massawho's full-sized avatar

Massa massawho

View GitHub Profile
@massawho
massawho / .gitignore
Last active July 8, 2018 06:12
.gitignore Django projects
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
# Path to your oh-my-zsh installation.
export ZSH=/Users/massa/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="junkfood"
# Uncomment the following line to use case-sensitive completion.
# -------------------------------------------------------------------
# Git aliases
# -------------------------------------------------------------------
alias gtaa='git add -A'
alias gtap='git add -p'
alias gta='git add'
alias gtpl='git pull --rebase'
alias gtpsh='git push'
alias gtcm='git commit'
alias gst='git status'