not using 2 computers in that sense but good future info. I am just syncing 
terminal with github.com repository
In the terminal following tutorial the page is under (master)  and mine 
says Joes macbook 
Git version looks good, can open demo or add files and had a problem 
earlier I went back and was able to resolve but during this point the video 
has you create new Repository and copy to terminal and that is where I seem 
to be getting error

Thanks

On Friday, November 5, 2021 at 4:16:34 PM UTC-4 philip...@iee.email wrote:

> 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/ce8ead7a-f181-4fd7-b771-313d603a35a3n%40googlegroups.com.

Reply via email to