Skip to content

Commit

Permalink
Prune in the background for realsies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiew committed Nov 13, 2012
1 parent 1eb6c70 commit 6a5d9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
fi

# Remove old, stale branches
git remote prune $remote & >/dev/null 2>&1
git remote prune $remote >/dev/null 2>&1 &

# Bundle em if you got em!
if which bundle >/dev/null && [ -f Gemfile ]; then
Expand Down

0 comments on commit 6a5d9ab

Please sign in to comment.