This a copy of your cyber-dojo exercise:
- Exercise:
Align Columns - Language & test-framework:
Go 1.18, testify
- Go to your github on browser.
- Create a new repo for your cyber-dojo practice. For example
cyber-dojo-2021-7-11-bR2hnf - Execute the instructions shown in GitHub to 'push an existing repository from the command line' The instructions will look like this:
git remote add origin https://github.com/diegopego/cyber-dojo-2021-7-11-bR2hnf.git
git branch -M main
git push -u origin main