Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uva
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Taddeüs Kroes
uva
Commits
f5f0a890
Commit
f5f0a890
authored
14 years ago
by
Taddeüs Kroes
Browse files
Options
Downloads
Patches
Plain Diff
fixed typo
parent
25d817fc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
portfolio/revisioncontrol/git.tex
+2
-2
2 additions, 2 deletions
portfolio/revisioncontrol/git.tex
with
2 additions
and
2 deletions
portfolio/revisioncontrol/git.tex
+
2
−
2
View file @
f5f0a890
...
...
@@ -20,9 +20,9 @@ en aantal voordelen waarvan enkele zijn:
\begin{itemize}
\item
Git is sneller, het werkt namelijk met een lokale repository. Je werkt dus
allereerst vanuit je eigen harde schijf en pas na een definitieve wijziging
`
commit
' je je
werk
naar de server. Bij een CRCS als bijvoorbeeld SVN is er
`
push
' je je
commits
naar de server. Bij een CRCS als bijvoorbeeld SVN is er
altijd internetverbinding nodig voor een commit waar dit bij git dus alleen
nodig is om
de
commit op de server te plaatsen (te `pushen'). Dit werkt erg
nodig is om commit
s
op de server te plaatsen (te `pushen'). Dit werkt erg
prettig voor mij persoonlijk als ik op mijn laptop werk en geen beschikking over
een internetverbinding heb. Ook bij de communicatie met de server is Git zeer
snel, dit komt doordat het is ontwikkeld voor het werken aan de Linux-kernel
...
...
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