You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current structure, the concept of remote is introduced in Chapter 8. My assumption is that the chapters prior to Chapter 8 will be focusing on Git repo in the local. It might have included in the current Chapter 4 already when it talked about creating a repo, but just want to point out that it would be important to make clear this local vs. remote concept in Git which can be confusing for beginners.
In addition to the making clear the concept of local vs. remote repo in Git, it will also provide more idea to beginners to consider when they are going to push their project to the remote repo. The benefits working with the remote repo. is more obvious in projects with other collaborators. But for projects that are conducted by solo author, there is still benefits of pushing the repo to remote to facilitate knowledge transfer and code sharing.
The text was updated successfully, but these errors were encountered:
Git intro: Concept of local and remote
With the current structure, the concept of remote is introduced in Chapter 8. My assumption is that the chapters prior to Chapter 8 will be focusing on Git repo in the local. It might have included in the current Chapter 4 already when it talked about creating a repo, but just want to point out that it would be important to make clear this local vs. remote concept in Git which can be confusing for beginners.
In addition to the making clear the concept of local vs. remote repo in Git, it will also provide more idea to beginners to consider when they are going to push their project to the remote repo. The benefits working with the remote repo. is more obvious in projects with other collaborators. But for projects that are conducted by solo author, there is still benefits of pushing the repo to remote to facilitate knowledge transfer and code sharing.
The text was updated successfully, but these errors were encountered: