Difference between revisions of "Branch"
Jump to navigation
Jump to search
(→Errors) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* <code>[[Your main branch isn't protected]]</code> | * <code>[[Your main branch isn't protected]]</code> | ||
* <code>[[error: pathspec XXXX did not match any file(s) known to git]]</code> | * <code>[[error: pathspec XXXX did not match any file(s) known to git]]</code> | ||
+ | |||
+ | == Activities == | ||
+ | * [[Restrict who can push to matching branches in GitHub]] | ||
== Related == | == Related == | ||
Line 15: | Line 18: | ||
* [[GitHub Protected branches]] | * [[GitHub Protected branches]] | ||
* [[GitLab Protected branches]] | * [[GitLab Protected branches]] | ||
− | + | * <code>[[git pull -a]]</code> | |
+ | * your_git_[[branch]]=${[[GITHUB_REF]]#refs/heads/} | ||
+ | * [[Do not allow bypassing the above settings]] | ||
== See also == | == See also == |
Latest revision as of 13:51, 26 August 2024
git branch
commandgit checkout
commandgit branch --list
Contents
Errors[edit]
Activities[edit]
Related[edit]
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[edit]
Advertising: