10 printf "Usage: %s [push|pull] REMOTE\n" "$exe"
24 remote_url
=$
(git remote get-url
"$remote")
25 remote_file
="${remote_url}/description"
26 local_file
='.git/description'
29 push
) scp
"$local_file" "$remote_file";;
30 pull
) scp
"$remote_file" "$local_file";;
This page took 0.075461 seconds and 4 git commands to generate.