windows - Github Windows : New branch created from command line not showing up on github. com

标签 windows github branch push

我使用命令行创建了 2 个新分支,当我使用命令“git branch”时,我可以在窗口中看到我的所有分支,但是当我使用命令“git push”时,我收到一条消息说,“没有什么可提交的,工作目录是干净的”,所以我在 github.com 上看不到我的新分支。

任何人都可以阐明一下吗?

谢谢! 罗宾

最佳答案

您是否尝试过 git push origin my_new_branch

关于windows - Github Windows : New branch created from command line not showing up on github. com,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31301051/

相关文章:

windows - GetModuleFileName 不返回调用程序的路径

Windows SED 命令 - 无需正则表达式的简单搜索和替换

github - 使用 yarn 或 npm 安装包时出错, `Request failed\"401 Unauthorized`

linux - 在 Debian 上使用 qtcreator 的 QSerialPort 问题

Git 将所有内容推送到新的来源

windows - 在一个 windows cmd 行中运行两个命令,一个命令是 SET 命令

c# - 如何获取 Windows 服务的命令行参数?

github 链接到 README 中的 wiki 页面

git - 有没有一个 git 命令可以创建一个分支,切换到它,并将它链接到它的远程副本?

git - 如何在不使用 jgit checkout 的情况下在远程存储库中创建 git 分支