Commit ee544330e1e905b45cb03edc8ad58b3d40047544

Authored by mj
1 parent 446eab23c9
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="gco -b bull && git commit -a -m "BULL" && gco master && gb -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