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
|
||||
if [ "$verbose" -eq 1 ]
|
||||
then
|
||||
rsync -rlDvni --files-from="$_TMP" "$(git config "remote.$remote.url")/" ./
|
||||
rsync -rlDvn --files-from="$_TMP" "$(git config "remote.$remote.url")/" ./
|
||||
status=$?
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue