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
4dd785b2
Verified
Commit
4dd785b2
authored
6 years ago
by
ck85nori
Browse files
Options
Downloads
Patches
Plain Diff
adds bash commands for editing files
parent
e1ab9047
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
+5
-0
5 additions, 0 deletions
basics.html
with
5 additions
and
0 deletions
basics.html
+
5
−
0
View file @
4dd785b2
...
@@ -400,6 +400,11 @@
...
@@ -400,6 +400,11 @@
cp src dest # copy from source to destination
cp src dest # copy from source to destination
mv src dest # move / rename
mv src dest # move / rename
```
```
```bash
nano file # edit file (Linux / Mac)
notepad file # edit file (Windows)
```
</section>
</section>
<section
id=
"cli-git"
data-markdown
>
<section
id=
"cli-git"
data-markdown
>
...
...
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