Template:Git push
Jump to navigation
Jump to search
git push git://gitorious.org/fg/flightgear.git my-topic:master
The following template description is not displayed when the template is inserted in an article.
Goal
Parameterized git push instructions. Also see Talk:Development Workflow.
Usage
{{git push|repository_url=|local_branch=|remote_branch=}}
All parameters are optional.
- repository_url
- Full URL of the Git repository. Defaults to git://gitorious.org/fg/flightgear.git.
- local_branch
- Local Git branch. Defaults to my-topic.
- remote_branch
- Remote Git branch. Defaults to master.