Re: Proposal to deploy GitLab on gnome.org
- From: Christoph Reiter <reiter christoph gmail com>
- To: Jehan Pagès <jehan marmottard gmail com>
- Cc: Tristan Van Berkom <tristan vanberkom codethink co uk>, desktop-devel-list <desktop-devel-list gnome org>
- Subject: Re: Proposal to deploy GitLab on gnome.org
- Date: Wed, 17 May 2017 13:23:43 +0200
On Wed, May 17, 2017 at 12:47 PM, Jehan Pagès
<jehan marmottard gmail com> wrote:
The only thing I am annoyed at is this forking workflow. Both as a
contributor, and as a code committer/reviewer. Having to fetch a new
remote for every single-commit contribution out there is terrible.
In case you didn't know, just like with github you can fetch the PRs
from the main remote if you adjust the git config accordingly:
https://docs.gitlab.com/ce/user/project/merge_requests/#checkout-merge-requests-locally
$ git fetch
$ git branch -a # look for PR branch
$ git checkout origin/merge-requests/42
$ git checkout master
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]