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
7895931b
Commit
7895931b
authored
9 years ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Correções pequenas de intruções de branch.
parent
3e125fc5
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!51
Issue#24
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cap05.Rmd
+1
-6
1 addition, 6 deletions
cap05.Rmd
with
1 addition
and
6 deletions
cap05.Rmd
+
1
−
6
View file @
7895931b
...
@@ -791,9 +791,8 @@ existem. Abaixo fazemos a criação do remoto a partir do local sem ser
...
@@ -791,9 +791,8 @@ existem. Abaixo fazemos a criação do remoto a partir do local sem ser
usando o *push*. Esses comandos precisam ser usados uma vez apenas.
usando o *push*. Esses comandos precisam ser usados uma vez apenas.
```{r, engine="bash", eval=FALSE}
```{r, engine="bash", eval=FALSE}
##
Duas formas de c
onectar o local e remoto.
##
C
onectar o local e remoto.
git branch --set-upstream issue#10 origin/issue#10
git branch --set-upstream issue#10 origin/issue#10
git branch -u issue#10 origin/issue#10
## Cria o ramo issue#11 a partir e vinculado ao devel remoto.
## Cria o ramo issue#11 a partir e vinculado ao devel remoto.
git checkout -b issue#11 origin/devel
git checkout -b issue#11 origin/devel
...
@@ -1352,7 +1351,3 @@ contém as instruções de instalação e configuração e a documentação
...
@@ -1352,7 +1351,3 @@ contém as instruções de instalação e configuração e a documentação
oficial sobre
oficial sobre
*runners*\footnote{\url{http://doc.gitlab.com/ce/ci/runners/README.html}}
*runners*\footnote{\url{http://doc.gitlab.com/ce/ci/runners/README.html}}
indica como tirar melhor proveito do recurso.
indica como tirar melhor proveito do recurso.
<!---------------------------------------------------------------------- -->
[*docker*]:
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