Skip to content

Instantly share code, notes, and snippets.

View erenkabakci's full-sized avatar

Eren Kabakçı erenkabakci

View GitHub Profile
@erenkabakci
erenkabakci / .gitconfig
Last active April 27, 2017 14:55
.gitconfig
[core]
excludesfile = /Users/erenkabakci/.gitignore_global
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[pull]
rebase = true
@erenkabakci
erenkabakci / .bash_profile
Last active December 12, 2018 12:36
.bash_profile
####### set custom path ##############
export PATH=$PATH:~/bin
export PATH=$PATH:~/usr/local
########### terminal convenience #############
alias ls='ls -G'
function parse_git_branch {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
export PS1="🤘 \[\033[01;35m\]\u:\[\033[01;34m\]\W:\[\033[01;34m\]\[\033[01;32m\]\$(parse_git_branch)\$ \[\e[0m\]"
@erenkabakci
erenkabakci / PR_Draft.md
Last active February 9, 2017 16:19
PR Draft

Story Name [#storyID](story link)

  • A short summary of what has changed with this PR. (preferably not too technical)

Changes

  • Technical details including which classes, logic containers etc. has changed.

Things to test

  • Possible scenarios for what to test and critical areas for QAs to be aware of.

Sample Screens