mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-05-14 21:04:25 +02:00
fix translation links
This commit is contained in:
parent
06069a1e5e
commit
c397df4a93
@ -331,7 +331,7 @@ code {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 340px;
|
top: 340px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
right: 15%;
|
right: 25%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,8 +46,11 @@
|
|||||||
}(document, "script", "twitter-wjs");</script>
|
}(document, "script", "twitter-wjs");</script>
|
||||||
</p>
|
</p>
|
||||||
<p id="desc">efficient branching using git-flow by <a href="http://nvie.com/">Vincent Driessen</a></p>
|
<p id="desc">efficient branching using git-flow by <a href="http://nvie.com/">Vincent Driessen</a></p>
|
||||||
<p id="translations">translations: <a href="#" class="active" title="english">English</a> - <a href="index.pt_BR.html" title="Brazilian Portugues">Brazilian Portugues</a><br/>
|
<p id="translations">translations:
|
||||||
<a href="index.html" class="active" title="english">English</a> -> <a href="index.zh_CN.html" title="Simplified Chinese">简体中文(Simplified Chinese)</a></p>
|
<a href="#" class="active" title="english">English</a> -
|
||||||
|
<a href="index.pt_BR.html" title="Brazilian Portugues">Brazilian Portugues</a> -
|
||||||
|
<a href="index.zh_CN.html" title="Simplified Chinese">简体中文(Simplified Chinese)</a>
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div id="main">
|
<div id="main">
|
||||||
|
@ -46,7 +46,11 @@
|
|||||||
}(document, "script", "twitter-wjs");</script>
|
}(document, "script", "twitter-wjs");</script>
|
||||||
</p>
|
</p>
|
||||||
<p id="desc">sistema de branches eficiente usando o git-flow, do <a href="http://nvie.com/">Vincent Driessen</a></p>
|
<p id="desc">sistema de branches eficiente usando o git-flow, do <a href="http://nvie.com/">Vincent Driessen</a></p>
|
||||||
<p id="translations">traduções: <a href="index.html" title="Inglês">English</a> - <a href="#" class="active" title="Português Brasileiro">Português Brasileiro</a></p>
|
<p id="translations">traduções:
|
||||||
|
<a href="index.html" title="Inglês">English</a> -
|
||||||
|
<a href="#" class="active" title="Português Brasileiro">Português Brasileiro</a> -
|
||||||
|
<a href="index.zh_CN.html" title="Simplified Chinese">简体中文(Simplified Chinese)</a>
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div id="main">
|
<div id="main">
|
||||||
|
@ -32,12 +32,14 @@
|
|||||||
|
|
||||||
<p id="author">
|
<p id="author">
|
||||||
由 <a href="http://twitter.com/0r1g4m14dd1c7" target="_blank">Daniel Kummer (<a href="https://twitter.com/share" data-size="large">Tweet</a>)</a> 创建
|
由 <a href="http://twitter.com/0r1g4m14dd1c7" target="_blank">Daniel Kummer (<a href="https://twitter.com/share" data-size="large">Tweet</a>)</a> 创建
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p id="desc">使用 git-flow 进行有效的分支实践。 by <a href="http://nvie.com/" target="_blank">Vincent Driessen</a></p>
|
<p id="desc">使用 git-flow 进行有效的分支实践。 by <a href="http://nvie.com/" target="_blank">Vincent Driessen</a></p>
|
||||||
<p id="translations">翻译: <a href="index.html" class="active" title="english">English</a> -> <a href="index.pt_BR.html" title="Brazilian Portugues">Brazilian Portugues</a>
|
<p id="translations">翻译:
|
||||||
<br/>
|
<a href="index.html" title="english">English</a> -
|
||||||
<a href="index.html" class="active" title="english">English</a> -> <a href="index.zh_CN.html" title="Simplified Chinese">简体中文(Simplified Chinese)</a></p>
|
<a href="index.pt_BR.html" title="Brazilian Portugues">Brazilian Portugues</a> -
|
||||||
|
<a href="index.zh_CN.html" class="active" title="Simplified Chinese">简体中文(Simplified Chinese)</a>
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div id="main">
|
<div id="main">
|
||||||
@ -174,7 +176,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
你是否合作开发一项新特性?<br/>
|
你是否合作开发一项新特性?<br/>
|
||||||
发布新特性分支到远程服务器,所以,其它用户也可以使用这分支。
|
发布新特性分支到远程服务器,所以,其它用户也可以使用这分支。
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
Loading…
Reference in New Issue
Block a user