Questions on use of Git/Github |
First of all, you need to understand Git concept.
Git is a distributed version control system. > If I am developing on my laptop and you are developing on your laptop, and we are both checking out code from github, where is the list of my commits kept? Is it up on the project's Github repo or is it on my local laptop? It is on your local laptop. Unless you push it to GitHub. GitHub is a hosting service for Git repositories. https://docs.github.com/en/get-started/u...thub-works |
Messages In This Thread |
Questions on use of Git/Github - by richb201 - 10-20-2021, 05:10 AM
RE: Questions on use of Git/Github - by John_Betong - 10-20-2021, 07:16 AM
RE: Questions on use of Git/Github - by richb201 - 10-20-2021, 10:04 AM
RE: Questions on use of Git/Github - by kenjis - 10-20-2021, 05:28 PM
RE: Questions on use of Git/Github - by GilbertJohnson - 11-08-2021, 01:45 AM
|