STORY
git nostr (the github killer)
AUTHOR
Joined 2023.02.22
PROJECT
DATE
VOTES
sats
COMMENTS
TAGS

git nostr (the github killer)

git-nostr intro video: https://youtu.be/j0llGQfNWtQ

9 minute walkthrough of creating an issue, committing a fix, and pulling patch content from the nostr relay network. Also a bit on how to exit vim.

➜  git-nostr git:(trunk) git nostr help

Usage: git nostr [command] [--help]

Commands:

  help              get help about a command

  publish           upload commits to nostr as patches

  deleteall         send delete request for all messages for key pair

  list              list git repo manifest ids

  clone             git init, set nostr config, fetch patches for author and apply to local repo

  clones            list all clones for a repo

  create            set git config.publickey to public key and upload all config patches to nostr

  pull              fetch patches for an author or manifestid and apply

  fork              clone a repo, then create

  forks             list forks of a repo

  issue             create an issue for a repo

  issues            list issues for a repo

  pullrequest, pr   create a pull request for a repo

  pullrequests, prs list pull requests for a repo

  authors           List contributors to a repo

  log               List history of updates to a repo