[git-users] Very newbie question: how to open a .git file?

2013-10-27 Thread googlybolek
Thanks. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/

[git-users] Is there a way to know when the commit has been in the git server

2013-10-27 Thread lei yang
Hi expert, I know form the "git log" we can now the commit time, but how to know when it is in the remote git server Lei -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it,

[git-users] Re: Is there a way to know when the commit has been in the git server

2013-10-27 Thread lei yang
I mean the real check-in time Lei On Mon, Oct 28, 2013 at 11:18 AM, lei yang wrote: > Hi expert, > > I know form the "git log" we can now the commit time, but how to know when > it is in the remote > git server > > Lei > > -- You received this message because you are subscribed to the Googl

[git-users] Git for Windows crash (patch.exe) when compiling gstreamer SDK

2013-10-27 Thread Lasse Laursen
Dear Humans, I'm running into a spot of trouble that concerns the Git binaries for Windows, and I'm hoping that someone might be able to help me out. These past 2 weeks I've been attempting to compile the Gstreamer SDK on the windows platform following the following guide: http://docs.gstreame

Re: [git-users] Very newbie question: how to open a .git file?

2013-10-27 Thread William Seiti Mizuta
.git is a directory, not a file. And I don't recommend you to change anything inside it if you are not very sure of. William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Mon, Oct 28, 2013 at 12:29 AM, wrote: > Thanks. > > -- > You received this message because y

[git-users] Re: Very newbie question: how to open a .git file?

2013-10-27 Thread googlybolek
I actually received a .git file that is supposed to contain the project repository. On Sunday, October 27, 2013 8:29:47 PM UTC-6, googl...@gmail.com wrote: > > Thanks. > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe f

Re: [git-users] Re: Very newbie question: how to open a .git file?

2013-10-27 Thread William Seiti Mizuta
If it is a git repository, try to clone it with the command git clone file.git William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Mon, Oct 28, 2013 at 3:25 AM, wrote: > I actually received a .git file that is supposed to contain the project > repository. > >