- Go to the directory where you want the local repository to be stored
- Type
git init
git branch -M main
to set the name of the current branch to 'Main' if it's not alreadygit remote add origin <GitHub url>
to set the GitHub repo as the remote repository. Other examples use inbetween the origin and GitHub url.git add <files>
git commit -m "<commit message>"
git push
to push your local repository to the remote repository
According to IEEE Spectrum, the top languages in terms of job opportunites (in order of best to worst) are:
- SQL
- Python
- Java
- JavaScript
- C++
- C#
- C
- HTML
Well what do we think? It's cool to have somewhere to input information!