mattmoore
05/25/2020, 2:00 AMgit fetch upstream
git rebase upstream/pattern-matching
where upstream
is the arrow-meta repo. If you'd like I can just merge latest changes from master in the future. I tend to prefer rebasing feature branches on master, but I'm flexible either way...
If you're not sure how to add upstream:
git add remote upstream git@github.com:arrow-kt/arrow-meta.git
Sorry for any inconvenience with the rebase 😬Nico
05/30/2020, 8:32 AMmaster
too, that is completely fine. I am still a bit lost in arrow-meta
but I can git
and gradle
fine ahahah so you don't need to worry. Thanks for the tips anyways!mattmoore
05/30/2020, 4:14 PMNico
05/30/2020, 9:38 PM