This sounds like you need, next, to look at the use of "Remotes".
Remotes are other computers to the _one_ you are working on that you can communicate with via one of Git's interfaces to send and receive the difference between here, and the remote computer. The clone command is one simple example of fetching (syncing) with the remote. Commonly folks will have have an account on one of the Git*** services to act as a nicely public remote - useful if you can't get your two computers to talk directly to each other via Git... Point to note. The names for branches at the two ends can be different (which is useful) Point to note 2. `git pull` isn't (usually) what you want. You should use `git fetch` for the information from the remote(s), and then separately decide what to do. If you `pull` back and forth you can get into knots. -- Philip On Friday, November 5, 2021 at 8:00:13 PM UTC Joe Sollers wrote: > Good Afternoon > I have been following tutorial online and book as well working with 2 > computers and about 8 windows open on both maybe 16 hrs but working on a > project that requires coding.It seems the tutorial is in master file and I > am in actual computer file. I cannot sync or proceed with what I'm doing > and wondering if I am missing something simple. I am very new and will > continue reading but there are areas that you spend hours going nowhere and > would like some assistance. > > Thank you > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/git-users/dc223cba-6844-4e14-8f49-9cd6e9b205f8n%40googlegroups.com.