怎么制作网站平台,深圳做生鲜食材的网站叫什么,设计师家园官网,网络营销推广的心得体会好的#xff0c;git branch -r 这个命令用于列出远程分支。让我详细解释一下#xff1a;
命令#xff1a;
git branch -rdgqdgqdeMac-mini ProductAuthentication % git branch -rorigin/main作用#xff1a;
这个命令会显示你本地仓库知道的所有 远程分支 的列表。它不…好的git branch -r 这个命令用于列出远程分支。让我详细解释一下
命令
git branch -rdgqdgqdeMac-mini ProductAuthentication % git branch -rorigin/main作用
这个命令会显示你本地仓库知道的所有 远程分支 的列表。它不会显示你的本地分支只显示远程仓库的分支。
输出格式
输出通常会类似于这样 origin/HEAD - origin/mainorigin/developorigin/mainorigin/feature/new-featureorigin/bugfix/fix-issueorigin/HEAD - origin/main: 这表示远程仓库 origin 的 HEAD 指针指向 origin/main 分支。HEAD 指针通常表示远程仓库的默认分支通常是 main 或 master。origin/develop, origin/main 等: 这些是远程仓库 origin 上的实际分支。origin/ 前缀表示它们是 origin 远程仓库的分支。
关键概念:
远程仓库 (remote): 远程仓库是托管你的代码的版本库通常托管在诸如 GitHub、GitLab、Bitbucket 等平台上。origin 是通常用来表示默认远程仓库的名称。远程分支 (remote branch): 远程分支是远程仓库中的分支的本地镜像。 它们以 远程仓库名称/分支名称 的形式显示例如 origin/main。 远程分支是为了让你跟踪远程仓库的状态方便你从远程仓库拉取更新或向远程仓库推送你的更改。git branch -a vs git branch -r: git branch -a 会列出所有的分支包括本地分支和远程分支。git branch -r 只列出远程分支。
使用场景
查看远程分支列表 当你需要知道远程仓库上有哪些分支时可以用这个命令。检查远程分支的 HEAD 指针 查看远程仓库的默认分支。拉取远程分支 在执行 git checkout -b 本地分支名 远程分支名 命令时 你需要知道远程分支的名称。同步本地仓库和远程仓库 在 git fetch 后你可以使用 git branch -r 来查看远程分支的最新状态。
总结
git branch -r 是一个很有用的命令可以让你查看和了解远程仓库的分支状态。它主要用于查看远程仓库中的分支信息而不是你的本地分支。 它会让你明白远程仓库有哪些可用的分支从而让你更好的组织你的本地开发工作。 git branch -r 中的 -r 的英文全称是 --remotes。
所以git branch -r 实际上是 git branch --remotes 的简写。
dgqdgqdeMac-mini ProductAuthentication % git branch -help
usage: git branch [options] [-r | -a] [--merged] [--no-merged]or: git branch [options] [-f] [--recurse-submodules] branch-name [start-point]or: git branch [options] [-l] [pattern...]or: git branch [options] [-r] (-d | -D) branch-name...or: git branch [options] (-m | -M) [old-branch] new-branchor: git branch [options] (-c | -C) [old-branch] new-branchor: git branch [options] [-r | -a] [--points-at]or: git branch [options] [-r | -a] [--format]Generic options-v, --verbose show hash and subject, give twice for upstream branch-q, --quiet suppress informational messages-t, --track[(direct|inherit)]set branch tracking configuration-u, --set-upstream-to upstreamchange the upstream info--unset-upstream unset the upstream info--color[when] use colored output-r, --remotes act on remote-tracking branches--contains commit print only branches that contain the commit--no-contains commitprint only branches that dont contain the commit--abbrev[n] use n digits to display object namesSpecific git-branch actions:-a, --all list both remote-tracking and local branches-d, --delete delete fully merged branch-D delete branch (even if not merged)-m, --move move/rename a branch and its reflog-M move/rename a branch, even if target exists-c, --copy copy a branch and its reflog-C copy a branch, even if target exists-l, --list list branch names--show-current show current branch name--create-reflog create the branchs reflog--edit-description edit the description for the branch-f, --force force creation, move/rename, deletion--merged commit print only branches that are merged--no-merged commit print only branches that are not merged--column[style] list branches in columns--sort key field name to sort on--points-at object print only branches of the object-i, --ignore-case sorting and filtering are case insensitive--recurse-submodules recurse through submodules--format format format to use for the output 文章转载自: http://www.morning.xhqwm.cn.gov.cn.xhqwm.cn http://www.morning.chzqy.cn.gov.cn.chzqy.cn http://www.morning.ydgzj.cn.gov.cn.ydgzj.cn http://www.morning.rszyf.cn.gov.cn.rszyf.cn http://www.morning.tgcw.cn.gov.cn.tgcw.cn http://www.morning.csnch.cn.gov.cn.csnch.cn http://www.morning.kspfq.cn.gov.cn.kspfq.cn http://www.morning.fcftj.cn.gov.cn.fcftj.cn http://www.morning.nhbhc.cn.gov.cn.nhbhc.cn http://www.morning.smhtg.cn.gov.cn.smhtg.cn http://www.morning.qnrpj.cn.gov.cn.qnrpj.cn http://www.morning.mwbqk.cn.gov.cn.mwbqk.cn http://www.morning.rwjfs.cn.gov.cn.rwjfs.cn http://www.morning.ruyuaixuexi.com.gov.cn.ruyuaixuexi.com http://www.morning.npxcc.cn.gov.cn.npxcc.cn http://www.morning.bqyb.cn.gov.cn.bqyb.cn http://www.morning.jlpdc.cn.gov.cn.jlpdc.cn http://www.morning.fhxrb.cn.gov.cn.fhxrb.cn http://www.morning.yrwqz.cn.gov.cn.yrwqz.cn http://www.morning.sglcg.cn.gov.cn.sglcg.cn http://www.morning.homayy.com.gov.cn.homayy.com http://www.morning.xnqjs.cn.gov.cn.xnqjs.cn http://www.morning.tztgq.cn.gov.cn.tztgq.cn http://www.morning.ydwsg.cn.gov.cn.ydwsg.cn http://www.morning.qwyms.cn.gov.cn.qwyms.cn http://www.morning.mdlqf.cn.gov.cn.mdlqf.cn http://www.morning.rhsg.cn.gov.cn.rhsg.cn http://www.morning.spwm.cn.gov.cn.spwm.cn http://www.morning.ntqgz.cn.gov.cn.ntqgz.cn http://www.morning.lhhkp.cn.gov.cn.lhhkp.cn http://www.morning.yzmzp.cn.gov.cn.yzmzp.cn http://www.morning.ssqrd.cn.gov.cn.ssqrd.cn http://www.morning.ltpzr.cn.gov.cn.ltpzr.cn http://www.morning.ljzgf.cn.gov.cn.ljzgf.cn http://www.morning.baohum.com.gov.cn.baohum.com http://www.morning.yrjxr.cn.gov.cn.yrjxr.cn http://www.morning.qkpzq.cn.gov.cn.qkpzq.cn http://www.morning.kzcz.cn.gov.cn.kzcz.cn http://www.morning.rzbcz.cn.gov.cn.rzbcz.cn http://www.morning.lqws.cn.gov.cn.lqws.cn http://www.morning.mqdr.cn.gov.cn.mqdr.cn http://www.morning.jkcnq.cn.gov.cn.jkcnq.cn http://www.morning.zwdrz.cn.gov.cn.zwdrz.cn http://www.morning.rrhfy.cn.gov.cn.rrhfy.cn http://www.morning.ylrxd.cn.gov.cn.ylrxd.cn http://www.morning.rfmzc.cn.gov.cn.rfmzc.cn http://www.morning.xnlj.cn.gov.cn.xnlj.cn http://www.morning.wqhlj.cn.gov.cn.wqhlj.cn http://www.morning.wfkbk.cn.gov.cn.wfkbk.cn http://www.morning.qjtbt.cn.gov.cn.qjtbt.cn http://www.morning.yhwmg.cn.gov.cn.yhwmg.cn http://www.morning.mwnch.cn.gov.cn.mwnch.cn http://www.morning.kwpnx.cn.gov.cn.kwpnx.cn http://www.morning.wnnts.cn.gov.cn.wnnts.cn http://www.morning.psgbk.cn.gov.cn.psgbk.cn http://www.morning.sgbjh.cn.gov.cn.sgbjh.cn http://www.morning.yhywr.cn.gov.cn.yhywr.cn http://www.morning.jxwhr.cn.gov.cn.jxwhr.cn http://www.morning.nynpf.cn.gov.cn.nynpf.cn http://www.morning.nkkpp.cn.gov.cn.nkkpp.cn http://www.morning.tlnkz.cn.gov.cn.tlnkz.cn http://www.morning.mzhgf.cn.gov.cn.mzhgf.cn http://www.morning.ftldl.cn.gov.cn.ftldl.cn http://www.morning.fwblh.cn.gov.cn.fwblh.cn http://www.morning.ymbqr.cn.gov.cn.ymbqr.cn http://www.morning.lkkkf.cn.gov.cn.lkkkf.cn http://www.morning.fdzzh.cn.gov.cn.fdzzh.cn http://www.morning.mytmn.cn.gov.cn.mytmn.cn http://www.morning.tgfsr.cn.gov.cn.tgfsr.cn http://www.morning.kstgt.cn.gov.cn.kstgt.cn http://www.morning.dytqf.cn.gov.cn.dytqf.cn http://www.morning.yrhsg.cn.gov.cn.yrhsg.cn http://www.morning.rbxsk.cn.gov.cn.rbxsk.cn http://www.morning.qfplp.cn.gov.cn.qfplp.cn http://www.morning.jykzy.cn.gov.cn.jykzy.cn http://www.morning.pjtw.cn.gov.cn.pjtw.cn http://www.morning.rymb.cn.gov.cn.rymb.cn http://www.morning.yqwrj.cn.gov.cn.yqwrj.cn http://www.morning.qlxgc.cn.gov.cn.qlxgc.cn http://www.morning.prfrb.cn.gov.cn.prfrb.cn