Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
apostila-git
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pet-estatistica
apostila-git
Commits
f9395412
Commit
f9395412
authored
9 years ago
by
gabriel sartori
Browse files
Options
Downloads
Patches
Plain Diff
esqueleto - add comandos do cheat sheet e removendo a parte de configuração
parent
23ec1b5d
No related branches found
No related tags found
1 merge request
!13
Issue#17
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cap3.Rmd
+10
-8
10 additions, 8 deletions
cap3.Rmd
cap3.md
+21
-12
21 additions, 12 deletions
cap3.md
with
31 additions
and
20 deletions
cap3.Rmd
+
10
−
8
View file @
f9395412
...
...
@@ -11,7 +11,7 @@ Configurações Iniciais
Abrindo o shell do seu computador:
##
Configurações Iniciais
##
Primeira Sessão
Git Init
The working tree
...
...
@@ -19,16 +19,11 @@ The working tree
Inicia um repositório,
```{r, engine = 'sh'}
git init
```
git init --bare <directory>
# Configurações
config --global user.name "seu nome"
config --global user.email "seu Email"
##
Repositório Local -
Imagens (Inferno, Terra e Céu)
## Imagens (Inferno, Terra e Céu)
git add
git commit
...
...
@@ -42,10 +37,17 @@ Maus Exemplos
git diff
git log
git status
ref log
## Back to Past (Imagem de Volta para o Futuro)
git checkout
git mv *Não é bem assim
git reset
## Complementos
git blame
git show
git rm
git ls-files
## Não sei
This diff is collapsed.
Click to expand it.
cap3.md
+
21
−
12
View file @
f9395412
...
...
@@ -8,32 +8,41 @@ Abrindo o shell do seu computador:
## Configurações Iniciais
Git Init
The working tree
Inicia um repositório,
```
sh
git init
```
```
## Reinitialized existing Git repository in /home/gabriel/apostila-git/.git/
```
git init --bare
<directory>
Reinitialized existing Git repository in /home/gabriel/apostila-git/.git/
config --global user.name "seu nome"
config --global user.email "seu Email"
Descrição Básica:
## Repositório Local
## Repositório Local
- Imagens (Inferno, Terra e Céu)
git init
git add
git commit
git tag
Descrição Bás
ica
:
## Git Commit - Boas Prát
ica
s
Maus Exemplos
git add
git commit
## Comandos De Verificação
git diff
git checkout
git log
git status
ref log
## Back to Past (Imagem de Volta para o Futuro)
git checkout
git mv
*
Não é bem assim
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment