Replace 'column' with 'vl' (npm install vl) because Windows
This commit is contained in:
parent
510e1baba6
commit
aae9702010
1 changed files with 1 additions and 1 deletions
2
bin/g
2
bin/g
|
|
@ -222,7 +222,7 @@ done < "$TEMP/merged.branches"
|
|||
git for-each-ref --sort=-committerdate refs/remotes \
|
||||
--format='%(HEAD) %(color:green)%(committerdate:relative)%(color:reset)|%(color:red)%(objectname:short)%(color:reset)|%(color:blue)%(refname:short)%(color:reset)' > "$TEMP/remote.branches"
|
||||
# Print them in columns
|
||||
cat "$TEMP/local.branches" "$TEMP/remote.branches" | column -ts'|'
|
||||
cat "$TEMP/local.branches" "$TEMP/remote.branches" | vl -s'\|'
|
||||
;;
|
||||
|
||||
fetch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue