Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fotinakis committed Jan 14, 2016
1 parent 9010bcd commit 9ebcfc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.sh
Expand Up @@ -29,6 +29,7 @@ alias gb="git branch"
alias gd="git diff"
alias gch="git checkout"
alias gpom="git pull origin master"
alias gp="git pull"
alias gs="git status"
alias gbddd="git branch --merged | grep -v '\*' | grep -v '^ master$' | xargs -n 1 git branch -d"
# Common repos.
Expand Down

0 comments on commit 9ebcfc9

Please sign in to comment.