|
print_config(remote,
branches)
Print out the git config to push to the newly created repo. |
|
|
|
parse_url(remote_url,
name,
pkg,
template_dir=None,
bare=True)
Sanity check our remote URL |
|
|
|
build_remote_script(remote,
branch)
Create the script that will be run on the remote side |
|
|
|
build_cmd(remote)
Build the command we pass the script to |
|
|
|
|
|
setup_branch_tracking(repo,
remote,
branches) |
|
|
|
push_branches(remote,
branches) |
|
|
|
|
|
build_parser(name,
sections=[ ] ) |
|
|
|
parse_args(argv)
Parse the command line arguments and config files. |
|
|
|
|
|
get_config_names(sections) |
|
|
|
|
|
|