mirror of
https://github.com/valitydev/camp-git-shallow-dive.git
synced 2024-11-06 00:15:17 +00:00
Merge pull request #10 from DenisHedgehog/tasks/fourth
col-4 and col-8 changed to col-6
This commit is contained in:
commit
7b65f7d5fb
@ -405,11 +405,11 @@ Switched to a new branch 'fix/spelling'
|
||||
## Состояния файлов
|
||||
--
|
||||
|
||||
.col-4[
|
||||
.col-6[
|
||||
* Находящиеся в **стейджинге**, попадающие в грядущий коммит
|
||||
]
|
||||
|
||||
.col-8[
|
||||
.col-6[
|
||||
<pre class="terminal">
|
||||
Changes to be committed:
|
||||
(use "git reset HEAD <file>..." to unstage)
|
||||
@ -420,15 +420,17 @@ Changes to be committed:
|
||||
|
||||
--
|
||||
|
||||
.col-4[
|
||||
.col-6[
|
||||
* Изменённые в **рабочей копии** репозитория, но ещё не попавшие в **стейджинг**
|
||||
]
|
||||
|
||||
.col-8[
|
||||
.col-6[
|
||||
<pre class="terminal">
|
||||
Changes not staged for commit:
|
||||
(use "git add <file>..." to update what will be committed)
|
||||
(use "git checkout -- <file>..." to discard changes in working directory)
|
||||
(use "git add <file>..." to update what
|
||||
will be committed)
|
||||
(use "git checkout -- <file>..." to
|
||||
discard changes in working directory)
|
||||
|
||||
<span style="color:red;">modified: SCENARIOS.md</span>
|
||||
</pre>
|
||||
@ -436,14 +438,15 @@ Changes not staged for commit:
|
||||
|
||||
--
|
||||
|
||||
.col-4[
|
||||
* Новые, ещё не включённые в **репозиторий**
|
||||
.col-6[
|
||||
* Новые, ещё не влючённые в **репозиторий**
|
||||
]
|
||||
|
||||
.col-8[
|
||||
.col-6[
|
||||
<pre class="terminal">
|
||||
Untracked files:
|
||||
(use "git add <file>..." to include in what will be committed)
|
||||
(use "git add <file>..." to include in
|
||||
what will be committed)
|
||||
|
||||
<span style="color:red;">package-lock.json</span>
|
||||
<span style="color:red;">withdrawal.svg</span>
|
||||
|
@ -165,7 +165,7 @@ blockquote {
|
||||
|
||||
pre.terminal {
|
||||
padding: 1em;
|
||||
font-size: 16px;
|
||||
font-size: 16px;
|
||||
background-color: $dark;
|
||||
color: $light;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user