Re: [git-users] Re: setup git over http

2016-12-08 Thread Vivek Patil
ohh yes that is also another option.

But I want my own on AWS only with http or ssh option line github

On Thu, Dec 8, 2016 at 7:19 PM, Rick Umali  wrote:

> If you need your own 'server', then I recommend GitLab (
> https://about.gitlab.com/). They have a community
> edition (free) that implements a Git UI and server similar to GitHub. Good
> luck!
> --
> Rick Umali
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Git for human beings" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/git-users/0Pbb-431-jc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/d/optout.


Re: [git-users] Community Email for sending bugs

2016-12-08 Thread Konstantin Khomoutov
On Thu, 8 Dec 2016 22:04:33 -0800 (PST)
Karamjeet Singh  wrote:

> I want to send bug to git support, but that is not working. I am
> getting the bounce from the email i.e. shared on this url 
> https://git-scm.com/community. Is there any way i can send the bugs
> to the team.

That's most probably because your (broken) mail program (or webmail
solution) sends HTML-formatted messages, which are considered SPAM by
the list software behind git at vger.kernel.org.

Please see  for more details.

-- 
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/d/optout.


[git-users] Community Email for sending bugs

2016-12-08 Thread Karamjeet Singh
I want to send bug to git support, but that is not working. I am getting 
the bounce from the email i.e. shared on this url 
https://git-scm.com/community. Is there any way i can send the bugs to the 
team.

Thanks for your help

-- 
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/d/optout.


Re: [git-users] git command to get all branches I've merged into develop since a given date?

2016-12-08 Thread Tim Schofield
On 8 December 2016 at 16:35, git_it_2020  wrote:
> "You will need to know your own name ;-)"
>
> Thanks Philip.  I have that part covered :)
>
> Is there an additional command option I can provide to restrict the result
> set by date?
>
> For example, show me all commits since 10/01/2016?
>

As Philip has said

--since=

Thanks
Tim

-- 
Course View Towers,
Plot 21 Yusuf Lule Road,
Kampala
www.weberpafrica.com
Twitter: @TimSchofield2
Blog: http://weberpafrica.blogspot.co.uk/

-- 
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/d/optout.


Re: [git-users] git command to get all branches I've merged into develop since a given date?

2016-12-08 Thread git_it_2020
"You will need to know your own name ;-)"

Thanks Philip.  I have that part covered :)

Is there an additional command option I can provide to restrict the result 
set by date?  

For example, show me all commits since 10/01/2016?


On Wednesday, December 7, 2016 at 5:20:47 PM UTC-7, Philip Oakley wrote:
>
> add --author= ?? (You will need to know your own name ;-)
>
> - Original Message - 
> *From:* git_it_2020  
> *To:* Git for human beings  
> *Cc:* philip...@iee.org  
> *Sent:* Wednesday, December 07, 2016 11:45 PM
> *Subject:* Re: [git-users] git command to get all branches I've merged 
> into develop since a given date?
>
> 1 problem with the approach that you mentioned is that it returns a list 
> of all merges made into develop made by everyone on the team.  Not just me. 
>  Do you know how I can restrict the list to only those merges made by me? 
>
> On Wednesday, December 7, 2016 at 4:36:15 PM UTC-7, Philip Oakley wrote: 
>>
>> Isn't that something like 
>> git log --merges --first-parent --since=
>>  
>> assuming you are on the master branch.
>> Check you manual for details, add --oneline to taste.
>>  
>> Philip
>>
>> - Original Message - 
>> *From:* git_it_2020 
>> *To:* Git for human beings 
>> *Sent:* Wednesday, December 07, 2016 11:27 PM
>> *Subject:* [git-users] git command to get all branches I've merged into 
>> develop since a given date?
>>
>> I need to provide a list of all branches I've merged into develop since a 
>> given date.  Can you recommend a git command that will do this?
>>
>> -- 
>> 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+...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>> -- 
> 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+...@googlegroups.com .
> For more options, visit https://groups.google.com/d/optout.
>
>

-- 
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/d/optout.


Re: [git-users] Re: setup git over http

2016-12-08 Thread Rick Umali
If you need your own 'server', then I recommend GitLab 
(https://about.gitlab.com/). They have a community 
edition (free) that implements a Git UI and server similar to GitHub. Good 
luck!
--
Rick Umali

-- 
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/d/optout.