From c0fa960c6f9462d00b1f536cd6d18900c2f78573 Mon Sep 17 00:00:00 2001 From: autistic-symposium-helper <138340846+autistic-symposium-helper@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:55:26 -0800 Subject: [PATCH] setup notifications for commits --- git/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/git/README.md b/git/README.md index 43ef409..a497c5b 100644 --- a/git/README.md +++ b/git/README.md @@ -98,5 +98,15 @@ git config http.postBuffer 524288000
+--- +### setup notifications for commits + +
+ +* the simplest way is using a rss feed on this endpoint: + +``` +https://api.github.com/repos///events +```