Re: Please consider adding a -f switch to git-clone (or something similar)

2015-03-08 Thread Diego Viola
Kyle, Thanks, I suppose that works well enough for my needs. I wasn't aware that aliases were that flexible in git. I also have no problem to git-init and do all the other steps manually. Thanks, Diego On Sat, Mar 7, 2015 at 11:32 PM, Kyle J. McKay wrote: > On Mar 7, 2015, at 17:5

Re: Please consider adding a -f switch to git-clone (or something similar)

2015-03-07 Thread Diego Viola
o include in what will be committed) bar baz foo nothing added to commit but untracked files present (use "git add" to track) On Sat, Mar 7, 2015 at 9:02 PM, Diego Viola wrote: > Sorry, I wanted to say: I know I can git-clone in a empty directory > and then move the

Re: Please consider adding a -f switch to git-clone (or something similar)

2015-03-07 Thread Diego Viola
Sorry, I wanted to say: I know I can git-clone in a empty directory and then move the files over to $HOME. I know I can git init in a non-empty directory. :-) Thanks, Diego On Sat, Mar 7, 2015 at 7:26 PM, Andreas Schwab wrote: > Diego Viola writes: > >> I know I could git-ini

Please consider adding a -f switch to git-clone (or something similar)

2015-03-07 Thread Diego Viola
Hello, I was thinking about creating a new repository in my home dir so that I could keep my dot files in it. However, I found that I can't do a `git clone url:user/repo.git .` in a non-empty directory. Is there a possibility of implementing a -f switch to git-clone so that when I use that, git