First Hackathon that went from Ideation to Submission { Flaws attached 馃槜}I would hate hackathons if I was not aiming for submission. Hello readers, Before sharing my story, I am proud to identify myself as a dabbler 馃殌. In the past few days, as I tried to make a breakthrough in my web3 career, the Chainlink Spring Hackat...Jun 30, 2023路3 min read
Push your local directories to GitHubAssuming you are ready with your project directory and wanted to push into your github repository. Initialize directory with git git init -b main Add to staging and perform commitgit add . && git commit -m "intitial Commit" But you are unable t...Aug 6, 2022路2 min read