14085bccee84b82b4cd1a424f57b0e8c00353347
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.062548 seconds and 5 git commands to generate.