-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
46 lines (39 loc) · 2.3 KB
/
Copy pathindex.xml
File metadata and controls
46 lines (39 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Git on 回风舞雪</title>
<link>https://huifeng.me/categories/git/</link>
<description>Recent content in Git on 回风舞雪</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Sun, 26 Jul 2020 20:08:36 +0800</lastBuildDate>
<atom:link href="https://huifeng.me/categories/git/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Git Tips</title>
<link>https://huifeng.me/posts/gittips/</link>
<pubDate>Sun, 26 Jul 2020 20:08:36 +0800</pubDate>
<guid>https://huifeng.me/posts/gittips/</guid>
<description><h1 id="-constantly"># Constantly</h1>
<div class="highlight"><pre class="chroma"><code class="language-fallback" data-lang="fallback"># git remote add
git remote add origin https://e.coding.net/wedojava/hugo/zozo.git
# git remote 重新设置
git remote set-url origin https://e.coding.net/wedojava/hugo/zozo.git
git push -u origin master
git clone https://github.com/varkai/hugo-theme-zozo themes/zozo
git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
git submodule add -b master https://gitee.com/wedojava/wedojava.git public
git config --global user.email &#34;wedojava@gmail.com&#34;
</code></pre></div></description>
</item>
<item>
<title>Git劈腿实战:让项目脚踩两条船</title>
<link>https://huifeng.me/posts/git-push-and-backup-to-coding/</link>
<pubDate>Thu, 27 Aug 2015 17:55:02 +0800</pubDate>
<guid>https://huifeng.me/posts/git-push-and-backup-to-coding/</guid>
<description><p>如何让你的项目可以劈腿呢?可以同时向两个位置push呢?如何实现github和coding上代码同步呢?
其实将代码同时放到GitHub和Coding上在本地看来,就是需要两次push,两次push的名称不同
一次是默认的,比如我的主要库是在GitHub上的<code>origin master</code>,
一次是指定的,比如我的备份库是在Coding上的<code>coding-copy master</code></p></description>
</item>
</channel>
</rss>