Skip to content

Commit

Permalink
Tracking für alle Dateien hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsio committed Aug 10, 2016
1 parent 071e76a commit 6761dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/yahm-ui
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ do_menu_expert_gitBranches() {
git branch --track "${BRANCH#remotes/origin/}" "${BRANCH}";
done

GIT_BRANCHES=$(cd ${YAHM_DIR} && git branch -a | awk -F ' +' '! /\(no branch\)/ {print $2}')
GIT_BRANCHES=$(cd ${YAHM_DIR} && git branch | awk -F ' +' '! /\(no branch\)/ {print $2}')

RADIOLIST=()
for _branch in $GIT_BRANCHES
Expand Down

0 comments on commit 6761dc8

Please sign in to comment.