Git add alias swl
switch list - enable choose local branch
This commit is contained in:
4
bin/git-swl
Executable file
4
bin/git-swl
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
git sw $(git brl | fzf --tac | awk '{print $2}')
|
||||
|
||||
Reference in New Issue
Block a user