[git-users] Re: how to set proxy?

2013-10-23 Thread Haseeb Khan
Did you got this solved? On Wednesday, September 11, 2013 1:54:38 PM UTC+5, Olaf Zaplinski wrote: > > Hi, > > I am using git behind a corporate proxy, so I had set the proxy variable > in .gitconfig. But git still fails: > >> npm http 304 https://registry.npmjs.org/assert >> >> npm http 304 https

Re: [git-users] Empty Commit?

2013-10-23 Thread PJ Weisberg
On Oct 22, 2013 5:39 PM, "PJ Weisberg" wrote: > > On Tue, Oct 22, 2013 at 1:55 PM, Vicki Kozel wrote: >> >> Hi Marcelo, >> I do not want to abandon this change, I want to keep it and the commit unchanged. I think this is a good practice in Gerrit to keep adding patches to the same change - to the

[git-users] git commit-tree -F - seems to add terminating newline?

2013-10-23 Thread Mickey Killianey
I expected that these two would be equivalent, and that neither would end up modifying any commits: git filter-branch --commit-filter '*git commit-tree $@*' git filter-branch --commit-filter '*git commit-tree -F - $@*' However, I have discovered that the latter *does* modify some commits.

[git-users] Struggling to find a git workflow

2013-10-23 Thread Jamie Devine
Hi, I've been wanting to start using git on all my projects but i'm struggling to find a workflow that works for me. Currently I use a Dropbox folder as a working directory for all of my projects. I work across multiple PC's so this enables me to work seamlessly wherever I am. I've tried using

Re: [git-users] Struggling to find a git workflow

2013-10-23 Thread Gergely Polonkai
How about mixing your current solution with Git(Hub)? As I undurstand, your entire repository is kept on Dropbox. If you have your CMS files ignored, it doesn't pollute your own code (that, your Git repo), so I don't see what else would you want to achieve. Unless you want to eliminate Dropbox fro