Git

Git

最新博文

  • Git本地创建新分支,并推送到远程

    > 1.本地创建分支并切换分支 ``` git checkout -b develop ``` > 2.将develop分支推送到远程 ``` git push origin develop:develop ``` > 3.建立本地至上游(远程)分支的链接,这样代码才能提交到远程 ``` git branch --set-upstream-to=orgin/develop ``` > 4.取消对develop分支的跟踪(需要取消跟踪时才操作) ```

    admin2021-12-01Git

    阅读更多
  • git中文字体报错

    Gitgit中文字体报错

    从 GitHub 下载的 Git for Windows 客户端,使用 Shell 过程中如果路径含有中文会报告一个警告。Warning: Your console font probably doesn't support Unicode. If you experience strange characters in the output, consider switching to a TrueType font such as Lucida Console!  &nbs

    admin2020-05-06Git

    阅读更多
  • Git中撤销提交

    Git中撤销提交https://www.cnblogs.com/zhuxiaoxi/p/8532540.htmlGit的几种状态未修改       原始内容 已修改    ↓         工 作 区 已暂存    ↓    git add       暂 存 区 已提交    ↓   &nbsp

    admin2020-05-06Git

    阅读更多
  • .gitignore忽略规则

    .gitignore忽略规则

    admin2020-05-06Git

    阅读更多
  • Git 操作详解

    GitGit 操作详解

    Git 操作详解

    admin2020-05-06Git

    阅读更多

我的名片

网名:随心

职业:PHP程序员

现居:湖北省-武汉市

Email:704061912@qq.com