You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@
12
12
<metaname="robots" content="nofollow" />
13
13
<metaname="description" content="Comandos Git, aprenda Git do básico ao avançado com tutorial para Windows, Mac e Linux (Ubuntu) usando as principais ferramentas como GitHub, BitBucket e GitLab">
<p>Instalar o Git no Windows é muito fácil. O projeto msysgit tem um dos procedimentos mais simples de instalação. Simplesmente baixe o arquivo exe do instalador a partir da página do GitHub e execute-o:
79
79
</p>
80
80
81
-
<divclass="well well-sm"><ahref="http://msysgit.github.com" title="Instalar Git no Windows">http://msysgit.github.com</a>
81
+
<divclass="well well-sm"><ahref="https://msysgit.github.com" title="Instalar Git no Windows">https://msysgit.github.com</a>
82
82
</div>
83
83
<p>Após concluir a instalação, você terá tanto uma versão command line (linha de comando, incluindo um cliente SSH que será útil depois) e uma GUI padrão.</p>
84
84
</div>
85
85
<divclass="tab-pane fade" id="mac">
86
86
<p>Existem duas formas fáceis de se instalar Git em um Mac. A mais fácil delas é usar o instalador gráfico do Git, que você pode baixar da página do SourceForge:</p>
87
87
88
-
<divclass="well well-sm"><ahref="http://sourceforge.net/projects/git-osx-installer/" title="Instalar Git no Mac">http://sourceforge.net/projects/git-osx-installer/</a>
88
+
<divclass="well well-sm"><ahref="https://sourceforge.net/projects/git-osx-installer/" title="Instalar Git no Mac">https://sourceforge.net/projects/git-osx-installer/</a>
89
89
</div>
90
-
<p>A outra forma comum é instalar o Git via MacPorts (<ahref="http://www.macports.org" title="MacPorts">http://www.macports.org</a>). Se você tem o MacPOrts instalado, instale o Git via</p>
90
+
<p>A outra forma comum é instalar o Git via MacPorts (<ahref="https://www.macports.org" title="MacPorts">https://www.macports.org</a>). Se você tem o MacPOrts instalado, instale o Git via</p>
91
91
92
92
<divclass="well well-sm">sudo port install git-core +svn +doc +bash_completion +gitweb</div>
0 commit comments