Skip to content
Snippets Groups Projects
Commit ea2b0999 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

vcsh: Output formatting

parent 75f13114
No related branches found
No related tags found
No related merge requests found
......@@ -233,6 +233,7 @@ pull() {
export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git"
use
git pull
echo
done
hook post-pull
}
......@@ -244,6 +245,7 @@ push() {
export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git"
use
git push
echo
done
hook post-push
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment