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
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
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
Scientific Computing
education
git-seminar
Commits
7b245be9
Verified
Commit
7b245be9
authored
6 years ago
by
ck85nori
Browse files
Options
Downloads
Patches
Plain Diff
adds bash basics section
parent
a57f5d54
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
-0
17 additions, 0 deletions
basics.html
with
17 additions
and
0 deletions
basics.html
+
17
−
0
View file @
7b245be9
...
@@ -363,6 +363,23 @@
...
@@ -363,6 +363,23 @@
- do not type brackets they just mean argument optional
- do not type brackets they just mean argument optional
</section>
</section>
<section
id=
"cli-bash-basics"
data-markdown
>
## command line
### bash basics
```bash
pwd # print working directory
ls [dir] # list directory contents
echo msg # print message
cd [dir] # change directory
mkdir dir # create directory
rmdir dir # remove directory
rm file # remove file
cp src dest # copy from source to destination
mv src dest # move / rename
```
</section>
<section
id=
"cli-git"
data-markdown
>
<section
id=
"cli-git"
data-markdown
>
## command line
## command line
### git syntax
### git syntax
...
...
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