mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-01 10:14:28 +02:00
Typo
This commit is contained in:
parent
f543fa4485
commit
b24f443266
3 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ exports.level = {
|
|||
"markdowns": [
|
||||
"## Git Remotes",
|
||||
"",
|
||||
"Remote repositories aren't actually that complicated. In today's world of cloud computing it's easy to think that there's a lot of magic behind git remotes, but they are actually just copies of your repositoy on another computer. You can typically talk to this other computer through the internet, which allows you to transfer commits back and forth.",
|
||||
"Remote repositories aren't actually that complicated. In today's world of cloud computing it's easy to think that there's a lot of magic behind git remotes, but they are actually just copies of your repository on another computer. You can typically talk to this other computer through the Internet, which allows you to transfer commits back and forth.",
|
||||
"",
|
||||
"That being said, remote repositories have a bunch of great properties:",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue