git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Definition of working directory
@ 2012-03-27 16:12 Anjib Mulepati
  2012-03-27 17:10 ` Junio C Hamano
  0 siblings, 1 reply; 11+ messages in thread
From: Anjib Mulepati @ 2012-03-27 16:12 UTC (permalink / raw)
  To: git

I was reading Git Community Book and came across following definition 
for working directory

The Working Directory

The Git 'working directory' is the directory that holds the current 
checkout of the files you are working on. Files in this directory are 
often removed or replaced by Git as you switch branches - this is 
normal. All your history is stored in the Git Directory; the working 
directory is simply a temporary checkout place where you can modify the 
files until your next commit.

What does it mean by this " Files in this directory are often removed or 
replaced by Git as you switch branches"?

And does working directory is just a directory we get with $pwd ?

Thanks,
Anjib

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-03-28 16:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 16:12 Definition of working directory Anjib Mulepati
2012-03-27 17:10 ` Junio C Hamano
2012-03-27 21:26   ` Anjib Mulepati
2012-03-27 23:01     ` Junio C Hamano
2012-03-28  6:06     ` Kevin
2012-03-28  9:40     ` jaseem abid
2012-03-28 14:10   ` Working directory managment Anjib Mulepati
2012-03-28 15:13     ` Junio C Hamano
2012-03-28 15:39       ` Anjib Mulepati
2012-03-28 16:31         ` jaseem abid
2012-03-28 15:41     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).