Hi Glenn,

Thanks for taking the time to write this up. Unfortunately the screenshots didn't make it into the mailing list

Thanks,

Chris

On 08/03/2023 05:55, Glenn Adams wrote:
On Tue, Mar 7, 2023 at 2:49 PM Simon Steiner <simonsteiner1...@gmail.com> wrote:

    I think the overhead it adds, issues arounds CI failing for
    reasons outside of your control.


IMO, very little overhead. I did 9 commits on this repo yesterday creating 5 PRs in quick succession. Very easy. Here's a real-world tutorial I just created to make a one line change to .gitignore.

1. Create local and remote branch:

$ git checkout main           # branch from main; no-op if already on main
$ git checkout -b skynavga/update-git-ignores    # create (and switch to) new local branch (off of main) $ git push -u origin skynavga/update-git-ignores # create remote branch and track it

Screen Shot 2023-03-07 at 21.19.34.png



---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: general-h...@xmlgraphics.apache.org

Reply via email to