* how can i read git repository information.
@ 2011-12-29 6:16 sp
2011-12-29 8:21 ` Magnus Bäck
0 siblings, 1 reply; 2+ messages in thread
From: sp @ 2011-12-29 6:16 UTC (permalink / raw)
To: git
hi all,
i new to git.i have git repository folder of one existing project. i want to
read git repository files from that folder but when i open that file in
notepad ++ it shows some encoded information,,
pleas help...
--
View this message in context: http://git.661346.n2.nabble.com/how-can-i-read-git-repository-information-tp7134908p7134908.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: how can i read git repository information.
2011-12-29 6:16 how can i read git repository information sp
@ 2011-12-29 8:21 ` Magnus Bäck
0 siblings, 0 replies; 2+ messages in thread
From: Magnus Bäck @ 2011-12-29 8:21 UTC (permalink / raw)
To: sp; +Cc: git
On Thursday, December 29, 2011 at 07:16 CET,
sp <sonali.treewalker@gmail.com> wrote:
> i new to git.i have git repository folder of one existing project.
> i want to read git repository files from that folder but when i
> open that file in notepad ++ it shows some encoded information,,
Which file are you attempting to open? What is it that you
want to do?
A non-bare git repository consists of the working tree files
(i.e. the files you keep under version control) and the files
in the .git directory. Most of the latter files aren't meant
for human consumption but are used internally by Git for
bookkeeping purposes. Opening them in a text editor won't be
useful.
--
Magnus Bäck Opinions are my own and do not necessarily
SW Configuration Manager represent the ones of my employer, etc.
Sony Ericsson
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-29 8:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29 6:16 how can i read git repository information sp
2011-12-29 8:21 ` Magnus Bäck
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).