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
25d4a1c5
Verified
Commit
25d4a1c5
authored
6 years ago
by
ck85nori
Browse files
Options
Downloads
Patches
Plain Diff
moves create repository task on its own slide
parent
060c164c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basics.html
+17
-5
17 additions, 5 deletions
basics.html
with
17 additions
and
5 deletions
basics.html
+
17
−
5
View file @
25d4a1c5
...
...
@@ -495,14 +495,26 @@
notes:
- for this tutorial we are creating a new repository
- mkdir ~/projects
- git init hello
- README.md
- src/hello.lang
- for #homework you init your existing projects *without* version
- at home you can `init` your existing projects *without* version
control
</section>
<section
id=
"cli-create-repository-your-turn"
data-markdown
>
## create a repository
### your turn
1. create a project called **hello**
1. write a short `README` file
notes:
```bash
mkdir ~/projects
git init hello
cd hello
$EDITOR README.md
```
</section>
<section
id=
"cli-git-status"
data-markdown
>
## command line
### git status
...
...
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