Commit 395f39dfbf2167e53c450afd64973141390595dd

Authored by mj
1 parent ee544330e1
Exists in master and in 2 other branches 02-merge, dev

[IMP] alias bull

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

dotfiles/bash_aliases.sh
1 1 #@IgnoreInspection AddShebang
2 2  
3   -alias bull="git checkout -b bull && && git add . && git commit -a -m 'BULL' && gco master && git branch -D bull"
  3 +alias bull="git checkout -b bull && git add . && git commit -a -m 'BULL' && gco master && git branch -D bull"
4 4  
5 5 alias by="byobu"
6 6