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

Merge branch 'master' of github.com:RichiH/vcsh

parents cb4f6ed2 31bf9d85
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ list_tracked_by() {
pull() {
hook pre-pull
for VCSH_REPO_NAME in $(list); do
echo -n "$VCSH_REPO_NAME: "
printf "$VCSH_REPO_NAME: "
export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git"
use
git pull
......@@ -259,7 +259,7 @@ pull() {
push() {
hook pre-push
for VCSH_REPO_NAME in $(list); do
echo -n "$VCSH_REPO_NAME: "
printf "$VCSH_REPO_NAME: "
export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git"
use
git push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment