Skip to content

Commit 63ad83d

Browse files
authored
Minor typo correction in git write up
1 parent c000827 commit 63ad83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-with-gitkraken.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ to the GitHub's copy.
106106
and on GitHub (under "REMOTE"). Any "pull requests" for this repository can also be seen here.
107107
- As this is a new repository, we have only one branch named "master", the default branch created whenever
108108
you make a new repository on GitHub.
109-
- A **remote** is what Git used to synchronise changes between the local and GitHub's copy of your repository.
109+
- A **remote** is what Git uses to synchronise changes between the local and GitHub's copy of your repository.
110110
You **push** updates to GitHub and **pull** in content from GitHub to update the local copy
111111
of your repository on your laptop.
112112
- A **branch** is a copy of the repository **up to the version** (number of commits) where it was created.

0 commit comments

Comments
 (0)