10 printf "Usage: %s (push|pull) REMOTE\n" "$exe"
25 remote_url
=$
(git remote get-url
"$remote")
26 remote_path
="${remote_url}/${file}"
27 local_path
=".git/${file}"
30 push
) scp
"$local_path" "$remote_path";;
31 pull
) scp
"$remote_path" "$local_path";;
This page took 0.064179 seconds and 4 git commands to generate.