Fix spelling
This commit is contained in:
parent
39bc2c31f0
commit
26145b88a7
1 changed files with 2 additions and 2 deletions
4
get
4
get
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
|
||||
|
||||
function list_branches() {
|
||||
list_branches() {
|
||||
git for-each-ref refs/heads --format="%(refname:short)"
|
||||
}
|
||||
|
||||
function list_remtote_branches() {
|
||||
list_remote_branches() {
|
||||
git for-each-ref refs/heads --format="%(refname:short)"
|
||||
}
|
||||
case "$1" in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue