Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
d491fc42
Verified
Commit
d491fc42
authored
Mar 17, 2021
by
Laurent Heirendt
✈
Browse files
update essential commands
parent
a6b682c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
2021/2021-03-18_basicGitTraining/slides/essential_commands.md
View file @
d491fc42
...
...
@@ -31,14 +31,12 @@ Verify its `status` with:
$
git status
```
# Modify a file
Copy the file
`
templat
e.md`
in the folder
`attendees`
and rename it with your firstname:
Copy the file
`
firstnameLastnam
e.md`
in the folder
`
_
attendees`
and rename it with your firstname:
```
bash
$
cd
attendees
$
cd
_
attendees
$
cp
firstnameLastname.md myName.md
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment