[git-users] What is the best way to use GIT for versioning Java Website

2013-01-27 Thread gaugeta
I have a git repo installed in my unix for version tracking our JEE website. I have currently run into issues not in the usage of git but the way in which I am suppose to use it which is explained below. I work in a team of 3 developers which contribute to the website development. Initially

[git-users] Re: acked by ,test by, how to add them. automatically? and what does it mean

2013-01-27 Thread milki
On Thursday, January 24, 2013 8:40:20 AM UTC-8, lei yang wrote: I know git commit -s can add my self with signed off by me but how to get acked by and tested by? Many workflow tools will automatically add these lines. You can either use those tools (usually code review software) or use git

[git-users] Re: Git subtree included in mainline?

2013-01-27 Thread milki
On Saturday, January 26, 2013 12:06:36 PM UTC-8, sym...@gmail.com wrote: Hello everyone, I noticed the following post regarding git-subtree being merged into mainline... http://news.ycombinator.com/item?id=3926683 however, when downloading the latest tarball version, I was not able to find

[git-users] Re: git request-pull? how to

2013-01-27 Thread milki
http://jk.gs/git-request-pull.html

Re: [git-users] Re: acked by ,test by, how to add them. automatically? and what does it mean

2013-01-27 Thread lei yang
On Sun, Jan 27, 2013 at 4:38 PM, milki nitesha...@gmail.com wrote: On Thursday, January 24, 2013 8:40:20 AM UTC-8, lei yang wrote: I know git commit -s can add my self with signed off by me but how to get acked by and tested by? Many workflow tools will automatically add these lines. You

Re: [git-users] Re: acked by ,test by, how to add them. automatically? and what does it mean

2013-01-27 Thread milki
On Sunday, January 27, 2013 8:16:21 AM UTC-8, lei yang wrote: what's code review software, I should google it by which key word. https://en.wikipedia.org/wiki/Code_review prepare-commit-msg works for me, it seems if I create a new repos, I have to re-modify the