Skip to content

Commit

Permalink
Site updated: 2023-10-04 19:33:37
Browse files Browse the repository at this point in the history
  • Loading branch information
jiut committed Oct 4, 2023
1 parent e0f7706 commit 87bb7e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
15 changes: 11 additions & 4 deletions 2023/01/20/Yunzai笔记/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta property="og:description" content="git 命令使用时,中文显示为数字1git config --global core.quotepath false git pull 强制覆盖本地的代码方式,下面是正确的方法: git 强制pull1git fetch --all 然后,你有两个选择: 1git reset --hard origin&#x2F;master 或者如果你在其他分支上: 1git reset --hard orig">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2023-01-20T06:02:15.000Z">
<meta property="article:modified_time" content="2023-01-20T08:39:19.632Z">
<meta property="article:modified_time" content="2023-10-04T11:32:59.227Z">
<meta property="article:author" content="Jiut">
<meta name="twitter:card" content="summary">

Expand Down Expand Up @@ -104,7 +104,7 @@
<div class="sidebar-panel-container">
<!--noindex-->
<div class="post-toc-wrap sidebar-panel">
<div class="post-toc animated"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#git-%E5%91%BD%E4%BB%A4%E4%BD%BF%E7%94%A8%E6%97%B6%EF%BC%8C%E4%B8%AD%E6%96%87%E6%98%BE%E7%A4%BA%E4%B8%BA%E6%95%B0%E5%AD%97"><span class="nav-number">1.</span> <span class="nav-text">git 命令使用时,中文显示为数字</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#git-%E5%BC%BA%E5%88%B6pull"><span class="nav-number">2.</span> <span class="nav-text">git 强制pull</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#git-%E6%8E%A8%E9%80%81%E5%B9%B6%E5%88%9B%E5%BB%BA%E8%BF%9C%E7%A8%8B%E5%88%86%E6%94%AF"><span class="nav-number">3.</span> <span class="nav-text">git 推送并创建远程分支</span></a></li></ol></div>
<div class="post-toc animated"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#git-%E5%91%BD%E4%BB%A4%E4%BD%BF%E7%94%A8%E6%97%B6%EF%BC%8C%E4%B8%AD%E6%96%87%E6%98%BE%E7%A4%BA%E4%B8%BA%E6%95%B0%E5%AD%97"><span class="nav-number">1.</span> <span class="nav-text">git 命令使用时,中文显示为数字</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#git-%E5%BC%BA%E5%88%B6pull"><span class="nav-number">2.</span> <span class="nav-text">git 强制pull</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#git-%E6%8E%A8%E9%80%81%E5%B9%B6%E5%88%9B%E5%BB%BA%E8%BF%9C%E7%A8%8B%E5%88%86%E6%94%AF"><span class="nav-number">3.</span> <span class="nav-text">git 推送并创建远程分支</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#%E4%BD%BF%E7%94%A8sudo%E5%90%8Ecurl-23-Failed-writing-body"><span class="nav-number">4.</span> <span class="nav-text">使用sudo后curl: (23) Failed writing body</span></a></li></ol></div>
</div>
<!--/noindex-->

Expand Down Expand Up @@ -173,9 +173,15 @@ <h1 class="post-title" itemprop="name headline">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>


<time title="创建时间:2023-01-20 14:02:15 / 修改时间:16:39:19" itemprop="dateCreated datePublished" datetime="2023-01-20T14:02:15+08:00">2023-01-20</time>
<time title="创建时间:2023-01-20 14:02:15" itemprop="dateCreated datePublished" datetime="2023-01-20T14:02:15+08:00">2023-01-20</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2023-10-04 19:32:59" itemprop="dateModified" datetime="2023-10-04T19:32:59+08:00">2023-10-04</time>
</span>


Expand Down Expand Up @@ -207,6 +213,7 @@ <h2 id="git-强制pull"><a href="#git-强制pull" class="headerlink" title="git
<h2 id="git-推送并创建远程分支"><a href="#git-推送并创建远程分支" class="headerlink" title="git 推送并创建远程分支"></a>git 推送并创建远程分支</h2><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">git push -u origin my_branch:remote_branch</span><br></pre></td></tr></table></figure>

<p><a target="_blank" rel="noopener" href="https://stackoverflow.com/questions/5738797/how-can-i-push-a-local-git-branch-to-a-remote-with-a-different-name-easily">version control - How can I push a local Git branch to a remote with a different name easily? - Stack Overflow</a></p>
<h2 id="使用sudo后curl-23-Failed-writing-body"><a href="#使用sudo后curl-23-Failed-writing-body" class="headerlink" title="使用sudo后curl: (23) Failed writing body"></a>使用sudo后curl: (23) Failed writing body</h2><p> 后面加上<code>| sudo apt-key add -</code></p>

</div>

Expand Down
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,15 @@ <h2 class="post-title" itemprop="name headline">
<i class="far fa-calendar"></i>
</span>
<span class="post-meta-item-text">发表于</span>


<time title="创建时间:2023-01-20 14:02:15 / 修改时间:16:39:19" itemprop="dateCreated datePublished" datetime="2023-01-20T14:02:15+08:00">2023-01-20</time>
<time title="创建时间:2023-01-20 14:02:15" itemprop="dateCreated datePublished" datetime="2023-01-20T14:02:15+08:00">2023-01-20</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2023-10-04 19:32:59" itemprop="dateModified" datetime="2023-10-04T19:32:59+08:00">2023-10-04</time>
</span>


Expand Down Expand Up @@ -439,6 +445,7 @@ <h2 id="git-强制pull"><a href="#git-强制pull" class="headerlink" title="git
<h2 id="git-推送并创建远程分支"><a href="#git-推送并创建远程分支" class="headerlink" title="git 推送并创建远程分支"></a>git 推送并创建远程分支</h2><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">git push -u origin my_branch:remote_branch</span><br></pre></td></tr></table></figure>

<p><a target="_blank" rel="noopener" href="https://stackoverflow.com/questions/5738797/how-can-i-push-a-local-git-branch-to-a-remote-with-a-different-name-easily">version control - How can I push a local Git branch to a remote with a different name easily? - Stack Overflow</a></p>
<h2 id="使用sudo后curl-23-Failed-writing-body"><a href="#使用sudo后curl-23-Failed-writing-body" class="headerlink" title="使用sudo后curl: (23) Failed writing body"></a>使用sudo后curl: (23) Failed writing body</h2><p> 后面加上<code>| sudo apt-key add -</code></p>


</div>
Expand Down

0 comments on commit 87bb7e9

Please sign in to comment.