git clone <[email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git>
cd into/cloned/fork-repo
git remote add upstream <git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git>
git fetch upstream
git clone <[email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git>
cd into/cloned/fork-repo
git remote add upstream <git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git>
git fetch upstream
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Numerics; | |
using System.Security.Cryptography; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace Base58ReverseEncoder | |
{ |