login
Header Space

 
 

Re: Question around git-shell usage in Everyday Git

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Alan Chandler <alan@...>
Cc: <git@...>
Date: Wednesday, February 1, 2006 - 7:30 pm

On Wed, 1 Feb 2006, Alan Chandler wrote:

No reason why not.

I use my home directory for all _my_ projects, and just clone them within 
my own network with

	git pull g5:v2.6/linux ..

rather than using the absolute path-name.

And no, git should never use your home directory for anything else (ie 
all file operations are normally done just in $GIT_OBJECT_DIR or 
similar: some things like "git-diff-files" will use the current working 
directory, but nothing uses $HOME (*)).

So I would indeed suggest that the home directory would be the natural 
place to put developer projects.

		Linus

(*) Not entirely true. "git-cvsimport" uses "$HOME/.cvspass" for CVS 
passwords. But the _basic_ git commands shouldn't do that.
-
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:
Question around git-shell usage in Everyday Git, Alan Chandler, (Wed Feb 1, 7:01 pm)
Re: Question around git-shell usage in Everyday Git, Linus Torvalds, (Wed Feb 1, 7:30 pm)
Re: Question around git-shell usage in Everyday Git, Junio C Hamano, (Wed Feb 1, 7:21 pm)
Re: Question around git-shell usage in Everyday Git, Linus Torvalds, (Wed Feb 1, 7:37 pm)
Re: Question around git-shell usage in Everyday Git, Alan Chandler, (Thu Feb 2, 1:17 am)
Re: Question around git-shell usage in Everyday Git, Junio C Hamano, (Thu Feb 2, 1:44 am)
Re: Question around git-shell usage in Everyday Git, Alan Chandler, (Thu Feb 2, 5:23 pm)
Re: Question around git-shell usage in Everyday Git, Junio C Hamano, (Wed Feb 1, 8:04 pm)
Re: Question around git-shell usage in Everyday Git, Junio C Hamano, (Wed Feb 1, 7:30 pm)
speck-geostationary