diff --git a/03-create.html b/03-create.html index a2b5695fd7..ea1abb9942 100644 --- a/03-create.html +++ b/03-create.html @@ -489,7 +489,7 @@
No. Dracula does not need to make the moons
subdirectory
a Git repository because the planets
repository can track
@@ -540,7 +540,7 @@
The answer is (5)-Both 2 and 4.
The checkout
command restores files from the repository,
@@ -766,7 +766,7 @@
The command git log
lists project history with commit
IDs.
The answer is 2.
The command git add venus.txt
places the current version
@@ -895,7 +895,7 @@
After adding a change, git checkout
can not be used
directly. Let’s look at the output of git status
:
The left-most button (with the picture of a clipboard) copies the full identifier of the commit to the clipboard. In the shell, @@ -878,7 +878,7 @@
GitHub displays timestamps in a human readable relative format (i.e. “22 hours ago” or “three weeks ago”). However, if you hover over @@ -908,7 +908,7 @@
When we push changes, we’re interacting with a remote repository to update it with the changes we’ve made locally (often this corresponds to @@ -940,7 +940,7 @@
In this case, we’d see a merge conflict due to unrelated histories. When GitHub creates a README.md file, it performs a commit in the remote diff --git a/09-conflict.html b/09-conflict.html index 2bcb4c2a49..775216c4db 100644 --- a/09-conflict.html +++ b/09-conflict.html @@ -697,7 +697,7 @@
Let’s try it. Suppose Dracula takes a picture of Martian surface and
calls it mars.jpg
.