>>>>> "Daniel" == Daniel Hengeveld <[EMAIL PROTECTED]> writes:

    Daniel> git fetch origin
    Daniel> will update your remote branches.

    Daniel> You can update your working copy with the newest changes in master 
with:

    Daniel> git merge remotes/origin/master

    Daniel> It is important to remember that unlike other version control
    Daniel> systems, your working copy is separate from everyone else's, so
    Daniel> simply fetching won't actually change the files you have checked out
    Daniel> - you have to merge from the remotes into your working branch.

Ok, Thanks.

Is there anyway to get a list of changes that haven't been merged in
my local copy yet?
-- 
Brian May <[EMAIL PROTECTED]>
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to