mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
feat(scp): Code review
This commit is contained in:
parent
220e5120db
commit
eab4b0e716
|
|
@ -194,7 +194,7 @@ function reverse_scp()
|
||||||
local status=0
|
local status=0
|
||||||
if [ "$verbose" -eq 1 ]
|
if [ "$verbose" -eq 1 ]
|
||||||
then
|
then
|
||||||
rsync -rlDvni --files-from="$_TMP" "$(git config "remote.$remote.url")/" ./
|
rsync -rlDvn --files-from="$_TMP" "$(git config "remote.$remote.url")/" ./
|
||||||
status=$?
|
status=$?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue