Github

RSS Feeds

Source

# Repo releases

https://github.com/:owner/:repo/releases.atom

# Repo commits

https://github.com/:owner/:repo/commits.atom

# Private feed (You can find Subscribe to your news feed in dashboard page after login)

https://github.com/:user.private.atom?token=:secret

# Repo tags

https://github.com/:user/:repo/tags.atom

# User activity

https://github.com/:user.atom

or use openrss.org.

Github CLI

Alias

Source

gh alias set issueBranch --shell \
  'title="$(gh issue view $1 --json title --jq .title)"; \
  slug="$(source $HOME/.zshrc && slugify "$title")"; \
  git checkout -b "prefix-$1.$slug"'
  • Act, Running GitHub actions locally