Skip to content

Instantly share code, notes, and snippets.

@PatrickNausha
PatrickNausha / .gitconfig
Last active September 5, 2021 17:43
My gitconfig
[branch]
autosetuprebase = always
[alias]
co = checkout
st = status -s
lg = log --oneline --graph --color --decorate
cp = cherry-pick
lb = branch --sort=-committerdate --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
up = !git fetch && git rebase --autostash FETCH_HEAD
[core]
@PatrickNausha
PatrickNausha / .bash_profile
Last active August 3, 2018 21:17
My bash profile
source ~/.bashrc
export PATH=$PATH:$HOME/utility-scripts:/Applications/apache-jmeter-3.0/bin
export EDITOR='subl -w'
export TVAPATH=$HOME/code/TV-API
export TVRPATH=$HOME/code/FaithlifeTV
export ADWPATH=$HOME/code/AssetDesk/src/Logos.AssetDesk.Web
export TVMYSQL01HOST=165.225.157.57