Re: Any command to simplify 'git fetch origin && git reset --hard origin/master'?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Symonds
Date: Friday, January 18, 2008 - 11:04 pm

On Jan 19, 2008 4:22 PM, Ping Yin <pkufranky@gmail.com> wrote:

Use "git pull origin", which will do the fetch, and then merge it. If
you haven't made local changes, the merge will be a fast-forward and
so will get you an equivalent result.


Dave.
-
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:
Re: Any command to simplify 'git fetch origin && git reset ..., David Symonds, (Fri Jan 18, 11:04 pm)