This commit is contained in:
Crisci, Fabio | Piuccio | TRVDD 2013-10-15 08:42:05 +09:00
parent f543fa4485
commit b24f443266
3 changed files with 4 additions and 4 deletions

View file

@ -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:",
"",