Re: [git-users] Question about git diff

2014-08-03 Thread Gergely Polonkai
Also make sure that your patch actually can be applied to HEAD by doing ie. a git pull --rebase or similar. On 3 Aug 2014 02:10, "Philip Oakley" wrote: > *From:* Sreepathi Prasanna > *To:* git-users@googlegroups.com > *Sent:* Saturday, August 02, 2014 8:14 PM > *Subject:* [git-users] Question

Re: [git-users] Question about git diff

2014-08-02 Thread Philip Oakley
From: Sreepathi Prasanna To: git-users@googlegroups.com Sent: Saturday, August 02, 2014 8:14 PM Subject: [git-users] Question about git diff Hello, I'm new to Git source control. I generated a patch using git diff > patch command, on one of the projects and submitted it to open