Re: git-pull sets write bit, git-push does not

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Alexander E Genaud <alex@...>
Cc: <git@...>
Date: Saturday, August 2, 2008 - 7:18 pm

On Sat, Aug 2, 2008 at 6:32 PM, Alexander E Genaud <alex@genaud.net> wrote:

Push and pull are not opposite operations: the opposite of push is
fetch. This is because pull updates the working copy, while push does
not (like fetch, it only modifies the ref).

After running this:
$ cat A
A
$ cat ../r1/A
AA

The working copy in r2 was not updated with the changes you pushed to
it (both the content and the mode change).
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git-pull sets write bit, git-push does not, Alexander E Genaud, (Sat Aug 2, 6:32 pm)
Re: git-pull sets write bit, git-push does not, Matt Pearson, (Sat Aug 2, 7:18 pm)
Re: git-pull sets write bit, git-push does not, Matt Pearson, (Sat Aug 2, 9:15 pm)