- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[OT] Best Git mailing lists(s)?
Sun, 2010-11-07, 21:37
Sorry to post this here, but I first ended up looking up at subscribing to GMane, which couldn't even be troubled to remember the list I wanted to subscribe to (either I'm seriously misinterpreting things, or they have the most bizarre subscription form I've ever come across), so I figured there had to be something better! I don't want to keep pestering this group with my git questions, so I thought I'd ask for suggestions on git mailing lists.
BUT, since you are reading, I will ask this: Does git have any help functionality implemented? If so, it sure doesn't work for me. for example, I'll type:
git help show
and get the response:
No manual entry for git-show
I'm sure hoping I'm doing something wrong...
Thanks,
Ken
Sun, 2010-11-07, 21:57
#2
Re: [OT] Best Git mailing lists(s)?
$ git help
$ git help push
$ man git-push # same as the previous command
http://gitref.org/
http://progit.org/book/
http://superuser.com/questions/31744/how-to-get-git-completion-bash-to-w...
-jason
On Sun, Nov 7, 2010 at 9:37 PM, Kenneth McDonald
wrote:
> Sorry to post this here, but I first ended up looking up at subscribing to GMane, which couldn't even be troubled to remember the list I wanted to subscribe to (either I'm seriously misinterpreting things, or they have the most bizarre subscription form I've ever come across), so I figured there had to be something better! I don't want to keep pestering this group with my git questions, so I thought I'd ask for suggestions on git mailing lists.
>
> BUT, since you are reading, I will ask this: Does git have any help functionality implemented? If so, it sure doesn't work for me. for example, I'll type:
>
> git help show
>
> and get the response:
>
> No manual entry for git-show
>
> I'm sure hoping I'm doing something wrong...
>
> Thanks,
> Ken
>
>
Mon, 2010-11-08, 01:47
#3
Re: [OT] Best Git mailing lists(s)?
For megit push --helpusually works too.I'm using msysgit on Windows.
On Sun, Nov 7, 2010 at 3:42 PM, Jason Zaugg <jzaugg@gmail.com> wrote:
On Sun, Nov 7, 2010 at 3:42 PM, Jason Zaugg <jzaugg@gmail.com> wrote:
$ git help
$ git help push
$ man git-push # same as the previous command
http://gitref.org/
http://progit.org/book/
http://superuser.com/questions/31744/how-to-get-git-completion-bash-to-work-on-mac-os-x
-jason
On Sun, Nov 7, 2010 at 9:37 PM, Kenneth McDonald
<kenneth.m.mcdonald@sbcglobal.net> wrote:
> Sorry to post this here, but I first ended up looking up at subscribing to GMane, which couldn't even be troubled to remember the list I wanted to subscribe to (either I'm seriously misinterpreting things, or they have the most bizarre subscription form I've ever come across), so I figured there had to be something better! I don't want to keep pestering this group with my git questions, so I thought I'd ask for suggestions on git mailing lists.
>
> BUT, since you are reading, I will ask this: Does git have any help functionality implemented? If so, it sure doesn't work for me. for example, I'll type:
>
> git help show
>
> and get the response:
>
> No manual entry for git-show
>
> I'm sure hoping I'm doing something wrong...
>
> Thanks,
> Ken
>
>
Ken,
On Sunday November 7 2010, Kenneth McDonald wrote:
> Sorry to post this here, but I first ended up looking up at
> subscribing to GMane, which couldn't even be troubled to remember the
> list I wanted to subscribe to (either I'm seriously misinterpreting
> things, or they have the most bizarre subscription form I've ever
> come across), so I figured there had to be something better! I don't
> want to keep pestering this group with my git questions, so I thought
> I'd ask for suggestions on git mailing lists.
>
> ...
>
> Thanks,
> Ken
The #git Freenode channel mentions these:
Posting: git@vger.kernel.org
Archive: /tinyurl.com/gitml (a.k.a. http://news.gmane.org/gmane.comp.version-control.git)
Randall Schulz