apm_git_checkout_repo (private)
apm_git_checkout_repo -path path -branch branch
Defined in packages/acs-admin/tcl/apm-admin-procs.tcl
Checks out a repository branch or tag, making also sure that this is up to date via 'git pull' (if this is a branch) This assumes the specific Git setup for our repo, hence it is meant for internal use only.
- Switches:
- -path (required)
- -branch (required)
- Returns:
- list of branch names
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.