diff options
-rwxr-xr-x | bin/vcs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -156,6 +156,10 @@ mercurial_ps1() { BRANCH_NAME="$(hg branch)" } +git_gc() { + git remote prune origin "$@" +} + usage() { cat <<-'EOF' |
![]() |
index : dotfiles | |
Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/vcs | 4 |
@@ -156,6 +156,10 @@ mercurial_ps1() { BRANCH_NAME="$(hg branch)" } +git_gc() { + git remote prune origin "$@" +} + usage() { cat <<-'EOF' |