that is it, Thank you very much John!

2013/9/30 John McKown <john.archie.mck...@gmail.com>

> On the remote machine, just get into the equivalent working directory and
> do a "git pull". At least that is what I do. Assuming I really understand
> what you are wanting. As an example I do:
>
> work$ git add new.program
> work$ git commit -m 'add new.program to local git'
> work$ git push #send to my bare repository
> work$ ssh othermachine
> othermachine$ cd working-directory
> othermachine$ git pull #synchronize to the bare repository I just updated
> othermachine$# do work on remote machine such as compile.
> othermachine$exit #finished
> work$exit #go home for the day
>
>
>
>
> On Mon, Sep 30, 2013 at 10:04 AM, denis zbitnev <zbit...@gmail.com> wrote:
>
>> I've made commit on my local working copy on my local xterm
>> than a made push
>>
>> than I go through ssh on remote box with my pushed last commit
>> and the question is how to
>>
>> checkout ???? working copy on remote machine to get my last commit
>>
>> Thx.
>>
>> --
>> 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.
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> --
> I have _not_ lost my mind! It is backed up on a flash drive somewhere.
>
> Maranatha! <><
> John McKown
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Git for human beings" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/git-users/rDwLvsa5gyQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to