This repository is meant to be a sandbox to explore the power of Julia. It is meant to be for me to learn the language and also hopefully create something useful or interesting for the wider populace.
I used the GitHub CLI to create this repository from a local git repo.
PS C:\Users\Shen\Documents\JuliaScripts> gh repo create
? What would you like to do? Push an existing local repository to GitHub
? Path to local repository (.)
? Path to local repository .
? Repository name JuliaScripts
? Description Julia scripts to learn Julia and do some useful things
? Visibility Public
✓ Created repository shenge86/JuliaScripts on GitHub
? Add a remote? Yes
? What should the new remote be called? origin
? Would you like to push commits from the current branch to "origin"? Yes
Enumerating objects: 8, done.its from the current branch to "origin"? (Y/n) Y
Counting objects: 100% (8/8), done.
Delta compression using up to 12 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (8/8), 597.03 KiB | 3.43 MiB/s, done.
Total 8 (delta 0), reused 0 (delta 0), pack-reused 0
To https://github.com/shenge86/JuliaScripts.git
* [new branch] HEAD -> main
branch 'main' set up to track 'origin/main'.
✓ Pushed commits to https://github.com/shenge86/JuliaScripts.git