Skip to content

TheTechTrap/dgit-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dgit-cli

To use it as a global cli install using npm install -g @thetechtrap/dgit

This is the dgit cli client to interact with dgit.sh or permaweb-link

PST Fee of 0.01 AR is only applicable on dgit push

Steps to Build

  • npm install
  • npm run build
  • npm link

Commands

Important : export ARWEAVE_WALLET_PATH=/path/to/wallet

  • dgit init
  • dgit status <filename>
  • dgit add <filename>
  • dgit config user.name <name>
  • dgit config user.email <email>
  • dgit commit -m <messge>
  • dgit push <remote> <branch>
  • dgit clone <dgit://address/repo_name>
  • dgit log

Credits

We are thankful to isomorphic-git

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.7%
  • CSS 0.3%