Re: Working with branches related to issue - Simplyfying work

2018-07-22 Thread Plamen Totev
Hi, Great work and thanks for sharing - it is really useful. I was unaware of `--force-with-lease` option and it is nice to know. Actually maybe you know that but I want to share it just in case. If you name your script git-pushwithlease, make it executable and place it in the $PATH, then you can

Re: Working with branches related to issue - Simplyfying work

2018-07-22 Thread Stephen Connolly
On Sun 22 Jul 2018 at 12:31, Enrico Olivelli wrote: > Hi Karl, > Awesome work > > Maybe I am saying something already known, but I think this recap can be > useful. > > I see a lot of Apache projects working with this workflow which is very > efficient, even for self service work: > - have a Jira

Re: Working with branches related to issue - Simplyfying work

2018-07-22 Thread Karl Heinz Marbaise
Hi Enrico, On 22/07/18 13:30, Enrico Olivelli wrote: Hi Karl, Awesome work Thanks ... Maybe I am saying something already known, but I think this recap can be useful. I see a lot of Apache projects working with this workflow which is very efficient, even for self service work: - have

Re: Working with branches related to issue - Simplyfying work

2018-07-22 Thread Enrico Olivelli
Hi Karl, Awesome work Maybe I am saying something already known, but I think this recap can be useful. I see a lot of Apache projects working with this workflow which is very efficient, even for self service work: - have a Jira/github issue - create a github pull request, github will help reviews

Working with branches related to issue - Simplyfying work

2018-07-22 Thread Karl Heinz Marbaise
Hi, I have wrote up a conclusion about my currently working scripts to make my life easier... If someone is interested in take a look at: https://blog.soebes.de/blog/2018/07/21/automate-it-part-i/ suggestiongs / ideas are always welcome... Kind regards Karl Heinz Marbaise -