Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 043f03e

Browse files
final
1 parent 65800cd commit 043f03e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Commands related to the workflow:<br>
1212
Commands related to checking status or log history<br>
1313
`git status`<br>
1414
`git log`<br>
15-
<br><br>
15+
<br>
1616
The basic Git syntax is program | action | destination.
1717

1818
For example,
19-
20-
git add . is read as git | add | ., where the period represents everything in the current directory;
21-
git commit -m "message" is read as git | commit -m | "message"; and
22-
git status is read as git | status | (no destination).
19+
<br>
20+
git add . is read as git | add | ., where the period represents everything in the current directory;<br>
21+
git commit -m "message" is read as git | commit -m | "message"; and<br>
22+
git status is read as git | status | (no destination).<br>
2323

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /