Bad commit messages

View: New views
5 Messages — Rating Filter:   Alert me  

Bad commit messages

by hdockter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Due to a wrong usage on my side of Git there are two commit messages  
in trunk with a text like: Merge branch 'XXX'

This is obviously is not very expressive.

The right commit message is only in my Git branch but was not  
committed properly. This is because I have chosen the wrong order for  
merging and rebasing.

- Hans

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Bad commit messages

by dmos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm pretty far from considering myself an expert on git, but one of the better resources I have found to learn git from is GitReady[1], it has reasonably concise posts on a single topic, and a good categorization into beginner/intermediate/advanced.

It also has an aggregation of the best links on the web for further information.

Daniel

[1] http://www.gitready.com/

On Fri, May 29, 2009 at 12:25 AM, Hans Dockter <mail@...> wrote:
Due to a wrong usage on my side of Git there are two commit messages in trunk with a text like: Merge branch 'XXX'

This is obviously is not very expressive.

The right commit message is only in my Git branch but was not committed properly. This is because I have chosen the wrong order for merging and rebasing.

- Hans

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

  http://xircles.codehaus.org/manage_email




Re: Bad commit messages

by Tom Eyckmans :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



2009/5/28 Daniel <dan.in.a.bottle@...>
I'm pretty far from considering myself an expert on git, but one of the better resources I have found to learn git from is GitReady[1], it has reasonably concise posts on a single topic, and a good categorization into beginner/intermediate/advanced.

It also has an aggregation of the best links on the web for further information.

Daniel

[1] http://www.gitready.com/

Thanks Daniel this looks like a very useful resource indeed.


On Fri, May 29, 2009 at 12:25 AM, Hans Dockter <mail@...> wrote:
Due to a wrong usage on my side of Git there are two commit messages in trunk with a text like: Merge branch 'XXX'

This is obviously is not very expressive.

The right commit message is only in my Git branch but was not committed properly. This is because I have chosen the wrong order for merging and rebasing.

- Hans

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

  http://xircles.codehaus.org/manage_email





Re: Bad commit messages

by hdockter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On May 28, 2009, at 8:51 PM, Daniel wrote:

> I'm pretty far from considering myself an expert on git, but one of  
> the better resources I have found to learn git from is GitReady[1],  
> it has reasonably concise posts on a single topic, and a good  
> categorization into beginner/intermediate/advanced.
>
> It also has an aggregation of the best links on the web for further  
> information.
>
> Daniel
>
> [1] http://www.gitready.com/

Thanks for this hint. One e-book I found very good for learning Git is http://peepcode.com/products/git-internals-pdf 
. It is concise and uses a lot of graphs to visualize Git concepts.

- Hans

--
Hans Dockter
Gradle Project Manager
http://www.gradle.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Bad commit messages

by dmos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Jun 3, 2009 at 3:04 PM, Hans Dockter <mail@...> wrote:

On May 28, 2009, at 8:51 PM, Daniel wrote:

I'm pretty far from considering myself an expert on git, but one of the better resources I have found to learn git from is GitReady[1], it has reasonably concise posts on a single topic, and a good categorization into beginner/intermediate/advanced.

It also has an aggregation of the best links on the web for further information.

Daniel

[1] http://www.gitready.com/

Thanks for this hint. One e-book I found very good for learning Git is http://peepcode.com/products/git-internals-pdf. It is concise and uses a lot of graphs to visualize Git concepts.

yeah, that one is on my list of things to buy/read ;)

Daniel