Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git-seminar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Maximilian Konzack
git-seminar
Commits
624202bc
Commit
624202bc
authored
9 years ago
by
Dirk Sarpe
Browse files
Options
Downloads
Patches
Plain Diff
start block 0: why vcs
parent
f5c39097
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
0-Intro.md
+38
-0
38 additions, 0 deletions
0-Intro.md
img/draft_mess.png
+0
-0
0 additions, 0 deletions
img/draft_mess.png
with
38 additions
and
0 deletions
0-Intro.md
0 → 100644
+
38
−
0
View file @
624202bc
# Introduction to git - a powerful version control system
## Why would you want to use a VCS?
### Have you ever:
-
Made a change to code, realised it was a mistake and wanted to revert back?
-
Lost code or had a backup that was too old?
-
Had to maintain multiple versions of a product?
-
Wanted to see the difference between two (or more) versions of your code?
-
Wanted to prove that a particular change broke or fixed a piece of code?
-
Wanted to review the history of some code?
-
Wanted to submit a change to someone else's code?
-
Wanted to share your code, or let other people work on your code?
-
Wanted to see how much work is being done, and where, when and by whom?
-
Wanted to experiment with a new feature without interfering with working code?
In these cases, and no doubt others, a version control system should make your life easier.
To misquote a friend: A civilised tool for a civilised age.
by si618 at
[
https://stackoverflow.com/a/1408464
](
https://stackoverflow.com/a/1408464
)
### Does this look familiar?
Picture with many draft versions.
Punchline: Not only for code.
### A VCS gives you a history of your project:
*
dcad3f8 add table captions for fwb
*
92531e7 figure captions for fwb
*
5129bdd adapted figure to fig for fwb and minor
*
fff1924 minor: fix reference name
*
dda1e33 adapt abstract to numbered fwb summary
*
d2f46d3 compare real TCI and our TCI
*
35787b1 some mean values we need to report
*
6af0b79 denser conclusion
This diff is collapsed.
Click to expand it.
img/draft_mess.png
0 → 100644
+
0
−
0
View file @
624202bc
98.3 KiB
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