Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 530 Bytes

commit_reminder.md

File metadata and controls

27 lines (22 loc) · 530 Bytes

Hate GIT HUB

I never remember how to do this so i made me a tutorial for me and others.

  • move changes to lower folder
  • git pull # To get the latest from the GIT

If adding new files:

git add reveurd.zip
git commit reveurd.zip -m "Faster config parameters to accelerate tests"
git commit

To add the wallet only

git add wallet_only.zip
git commit wallet_only.zip -m "stand alone wallet"
git push

To add the low memory node

git add low_mem.zip
git commit low_mem.zip -m "low memory node"
git commit