Difference between revisions of "Branch"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
* <code>[[git pull -a]]</code> | * <code>[[git pull -a]]</code> | ||
* your_git_[[branch]]=${[[GITHUB_REF]]#refs/heads/} | * your_git_[[branch]]=${[[GITHUB_REF]]#refs/heads/} | ||
+ | * [[Do not allow bypassing the above settings]] | ||
== See also == | == See also == |
Revision as of 08:37, 26 June 2024
git branch
commandgit checkout
commandgit branch --list
Errors
Related
trigger:
in Azure Pipelines- Branch control in Azure Pipelines
- GitHub Protected branches
- GitLab Protected branches
git pull -a
- your_git_branch=${GITHUB_REF#refs/heads/}
- Do not allow bypassing the above settings
See also
Advertising: