Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jayman2000/4122315c4a224483d6f8f68519489bc5 to your computer and use it in GitHub Desktop.
Save Jayman2000/4122315c4a224483d6f8f68519489bc5 to your computer and use it in GitHub Desktop.
[jayman radicle-upstream]$ git remote -v
geigerzaehler@hyn5r6yejjco8r77yf7gu6gqsetgjsqt5oitpzu5eu791wej6p3xz6 rad://hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o.git (fetch)
geigerzaehler@hyn5r6yejjco8r77yf7gu6gqsetgjsqt5oitpzu5eu791wej6p3xz6 rad://hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o.git (push)
github https://github.com/radicle-dev/radicle-upstream.git (fetch)
github https://github.com/radicle-dev/radicle-upstream.git (push)
rad rad://hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o.git (fetch)
rad rad://hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o.git (push)
rudolfs@hydqsnkr181w1zfidtocgosxghdu8n8d1wsemzgtszhzjru55ggazk rad://hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o.git (fetch)
rudolfs@hydqsnkr181w1zfidtocgosxghdu8n8d1wsemzgtszhzjru55ggazk rad://hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o.git (push)
yorgos@hyd5xybasxyicg3ap4izs8jyg1u4ardy95xaddd6yu4mzqb1oqtiye rad://hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o.git (fetch)
yorgos@hyd5xybasxyicg3ap4izs8jyg1u4ardy95xaddd6yu4mzqb1oqtiye rad://hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o.git (push)
yorgos_@hynusqzgudwdtosgc35zweki53uymr4au9nzgoq68y138ua15g3kio rad://hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o.git (fetch)
yorgos_@hynusqzgudwdtosgc35zweki53uymr4au9nzgoq68y138ua15g3kio rad://hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o.git (push)
[jayman radicle-upstream]$ git fetch --multiple github rudolfs@hydqsnkr181w1zfidtocgosxghdu8n8d1wsemzgtszhzjru55ggazk
Fetching github
Fetching rudolfs@hydqsnkr181w1zfidtocgosxghdu8n8d1wsemzgtszhzjru55ggazk
Password for 'rad://radicle@hnrk8ueib11sen1g9n1xbt71qdns9n4gipw1o.git':
[jayman radicle-upstream]$ git log remotes/rudolfs@hydqsnkr181w1zfidtocgosxghdu8n8d1wsemzgtszhzjru55ggazk/heads/main..remotes/github/main
commit efada882c465f60547fe5e096fe2a365534080a5 (github/main)
Author: Thomas Scholtes <geigerzaehler@axiom.fm>
Date: Tue Jan 25 13:41:03 2022 +0100
document new RUSTSEC advisories and update deps
Signed-off-by: Thomas Scholtes <geigerzaehler@axiom.fm>
commit a968317baf4fe60fc7ff8df639f4c8bdeba27b18 (tag: radicle-patch/development-md-fixes, rad/development-md-fixes, development-md-fixes)
Author: Jason Yundt <swagfortress@gmail.com>
Date: Wed Jan 19 19:44:09 2022 -0500
docs: fix anchor link
Signed-off-by: Jason Yundt <swagfortress@gmail.com>
commit 4d3eb74fcdf70977b6c4af93797200e78b340206
Author: Jason Yundt <swagfortress@gmail.com>
Date: Wed Jan 19 17:39:46 2022 -0500
docs: fix typography.css link
Signed-off-by: Jason Yundt <swagfortress@gmail.com>
commit 182f2044cf500e699780e94a935d4645663efef0
Author: Jason Yundt <swagfortress@gmail.com>
Date: Wed Jan 19 16:54:05 2022 -0500
docs: minor English fixes for UI tests
1. “UI” is an acronym, and generally acronyms are capitalized. See:
<https://english.stackexchange.com/q/51924>. Plus, the rest of the
file has “UI” capitalized (unless it’s referring to something in code
that’s named “ui”).
2. In programming, you call functions. You don’t call entire programs.
Instead, you run programs. See:
<https://www.programmingforbeginnersbook.com/blog/expand_your_programming_vocabulary/#a-list-of-basic-programming-terms>
Signed-off-by: Jason Yundt <swagfortress@gmail.com>
commit 9ff9f9ed36c0d5ee5b21e6eec2540aa02eeaa4e1
Author: Jason Yundt <swagfortress@gmail.com>
Date: Wed Jan 19 16:47:06 2022 -0500
docs: fix Jest link
Before this change, the link wasn’t clickable in Upstream.
Signed-off-by: Jason Yundt <swagfortress@gmail.com>
commit e540c864c321a094520e131e2832a692941f778e
Author: Jason Yundt <swagfortress@gmail.com>
Date: Wed Jan 19 16:41:13 2022 -0500
docs: singular vs plural fix
I also adjusted the word wrap. As it turns out, that one s was the only
thing keeping the word “to” from being on the previous line.
Signed-off-by: Jason Yundt <swagfortress@gmail.com>
[jayman radicle-upstream]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment