Last active
April 16, 2020 22:00
-
-
Save GiuseppeMP/17b5bc54e4f9199db1b3b598b95c9df7 to your computer and use it in GitHub Desktop.
Treinamento-Git-Part-I-Gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Treinamento de Git Localiza</title> | |
<meta charset="utf-8" /> | |
</head> | |
<body> | |
<h1 style="color: #07F">Parte I - Arquitetura Git, Comandos Básicos</h1> | |
<p>Começando com básico</p> | |
<h2 style="color: green">Módulos</h2> | |
<ul> | |
<li>Parte I - Arquitetura Git, Comandos Básicos</li> | |
<li>Parte II - Comandos Intermediários</li> | |
<li>Parte III - Comandos Avançados</li> | |
<li>Parte IV - Git Workflows - Git-flow</li> | |
<li>Parte V - Git Workflows - Trunked Based Flow</li> | |
<li>Parte VI - Git Hooks, Plugins</li> | |
<li>Parte VI - GitOps & IaC</li> | |
</ul> | |
</body> | |
</html> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Treinamento de Git Localiza</title> | |
<meta charset="utf-8" /> | |
<link | |
rel="stylesheet" | |
href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css" | |
/> | |
</head> | |
<body> | |
<div class="ui container"> | |
<h1 style="color: #07f;">Trilha de Treinamentos GIT</h1> | |
<h2 style="color: green;">Módulos</h2> | |
<div class="ui relaxed large divided list segment"> | |
<div class="item"> | |
<a class="header">Parte I - Arquitetura Git, Comandos Básicos</a> | |
<div class="description">Aprendendo comandos básicos, como git add, git commit, git init, git log.</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte II - Comandos Intermediários</a> | |
<div class="description">Aprendendo comandos Intermediários, como git diff, git difftool, git push, git pull, git fetch, git remote.</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte III - Comandos Avançados</a> | |
<div class="description">Aprendendo comandos Avançados, como git merge, git rebase, git bysec, git clone, git show, git stash, git tag.</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte IV - Git Workflows - Git-flow</a> | |
<div class="description">Aprendendo a associar git-flow ao fluxo de trabalho do time.</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte V - Git Workflows - Trunked Based Flow</a> | |
<div class="description">Aprendendo a associar trunked-based ao fluxo de trabalho do time.</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte VI - Git Hooks, Plugins</a> | |
<div class="description">Aprendendo a usar puglins como git-flow, gitup, gitk e hooks como coverage e message regex, commit auto-formatter</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte VI - GitOps & IaC</a> | |
<div class="description">Aprendendo o poder do GITOps e IaC</a> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Treinamento de Git Localiza</title> | |
<meta charset="utf-8" /> | |
<link | |
rel="stylesheet" | |
href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css" | |
/> | |
</head> | |
<body> | |
<div class="ui container"> | |
<h1 style="color: #07f;">Trilha de Treinamentos GIT</h1> | |
<div> | |
<a href="https://git-scm.com/docs/git-reflog" class="ui medium image"> | |
<img src="https://git-scm.com/images/[email protected]" /> | |
</a> | |
</div> | |
<div class="ui relaxed large divided list segment"> | |
<div class="item"> | |
<a class="header">Parte I - Arquitetura Git, Comandos Básicos</a> | |
<div class="description">Aprendendo comandos básicos, como git add, git commit, git init, git log.</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte II - Comandos Intermediários</a> | |
<div class="description">Aprendendo comandos Intermediários, como git diff, git difftool, git push, git pull, git fetch, git remote.</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte III - Comandos Avançados</a> | |
<div class="description">Aprendendo comandos Avançados, como git merge, git rebase, git bysec, git clone, git show, git stash, git tag.</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte IV - Git Workflows - Git-flow</a> | |
<div class="description">Aprendendo a associar git-flow ao fluxo de trabalho do time.</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte V - Git Workflows - Trunked Based Flow</a> | |
<div class="description">Aprendendo a associar trunked-based ao fluxo de trabalho do time.</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte VI - Git Hooks, Plugins</a> | |
<div class="description">Aprendendo a usar puglins como git-flow, gitup, gitk e hooks como coverage e message regex, commit auto-formatter</div> | |
</div> | |
<div class="item"> | |
<a class="header">Parte VI - GitOps & IaC</a> | |
<div class="description">Aprendendo o poder do GITOps e IaC</a> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = [email protected] | |
name = Giuseppe M Pereira | |
[merge] | |
tool = meld | |
[mergetool "meld"] | |
cmd = open -W -a Meld --args "$LOCAL" "$MERGED" "$REMOTE" --output "$MERGED" | |
[color] | |
ui = true | |
[diff] | |
tool = meld | |
guitool = meld | |
[difftool] | |
prompt = false | |
[difftool "meld"] | |
trustExitCode = true | |
cmd = open -W -a Meld --args "$LOCAL" "$PWD/$REMOTE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment