ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

DVCS ? (All about Git, Mercurial-Hg and the like...)

<< < (31/39) > >>

Armando:
Thanks!

Jibz:
A Note About Git Commit Messages might also be worth checking out. Commits that just say "changed some stuff" are not much use to others (or yourself a couple of weeks later ;D).

Armando:
A few good tips, yes. For commits I use similar conventions. The key point is consistency. I like to summarize what I did in the first line, then highlight what I changed in classes and methods/functions, if significant (i.e. "knowing it could help in the future").
Of course, in Git all the changes are already easily visible (especially with a nice GUI like SmartGit/Hg), but a little English (or whatever "natural" language) can help... a couple weeks later  ;) .

Summary/title

More details  if necessary

* Class1 : what I did
- method1() : what I did (very briefly)
- method2() : what I did

*Class2 : ...
- method3() :

etc.

phitsc:
Just stumbled over what seems to be a very nice git book/tutorial available for free online.

http://www.vogella.com/tutorials/Git/article.html

ewemoa:
Thanks for that.

On a side note, I haven't gone through that one, but I've found a number of Vogella's Android tutorials to be worth looking at.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version