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
23ec1b5d
Commit
23ec1b5d
authored
9 years ago
by
gabriel sartori
Browse files
Options
Downloads
Patches
Plain Diff
Esqueleto
parent
ff62f761
No related branches found
No related tags found
1 merge request
!13
Issue#17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cap3.Rmd
+39
-7
39 additions, 7 deletions
cap3.Rmd
cap3.md
+39
-0
39 additions, 0 deletions
cap3.md
with
78 additions
and
7 deletions
cap3.Rmd
+
39
−
7
View file @
23ec1b5d
...
...
@@ -7,13 +7,45 @@ output:
keep_md: yes
---
Configurações Iniciais
## Repositório Local
Abrindo o shell do seu computador:
Git init
Git add
Git commit
Git merge
Git checkout
Git Log
## Configurações Iniciais
Git Init
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)
git add
git commit
git tag
## Git Commit - Boas Práticas
Maus Exemplos
## Comandos De Verificação
git diff
git log
git status
## Back to Past (Imagem de Volta para o Futuro)
git checkout
git mv *Não é bem assim
## Não sei
This diff is collapsed.
Click to expand it.
cap3.md
0 → 100644
+
39
−
0
View file @
23ec1b5d
# cap3
Gabriel Sartori
29/10/2015
Configurações Iniciais
Abrindo o shell do seu computador:
## Configurações Iniciais
```
sh
git init
```
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
git init
Descrição Básica:
git add
git commit
git diff
git checkout
git log
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