On 2016-11-12, at 9:39 AM, Vincent Habchi <[email protected]> wrote:
> Folks, > > I have a private version of the llvm-3.9/Portfile (I just narrowed down the > targets to PowerPC and X86 rather than build everyone of them which squanders > time). But now I can’t git pull —rebase, I get an error message. > > Of course I have no intention to commit that private patch. How can I make it > ignored by git? > > Thanks a bunch! > Vincent There's a bunch of ways. A simple one is to have a branch off the tip of master that has your version of the portfile, and each time you fetch/pull an update of master, rebase your branch locally to the new tip of master. If you want more ideas, look in the git user's archive this last month (not sure if it was the end of october or the beginning of november, but this came up very recently) --- Entertaining minecraft videos http://YouTube.com/keybounce
