Skip to content

zachary-palmertree/Programming-Practice

Repository files navigation

set up a new GitHub repository from a local repository

  1. Go to the directory where you want the local repository to be stored
  2. Type git init
  3. git branch -M main to set the name of the current branch to 'Main' if it's not already
  4. git remote add origin <GitHub url> to set the GitHub repo as the remote repository. Other examples use inbetween the origin and GitHub url.
  5. git add <files>
  6. git commit -m "<commit message>"
  7. git push to push your local repository to the remote repository

Top Programming Languages

According to IEEE Spectrum, the top languages in terms of job opportunites (in order of best to worst) are:

  1. SQL
  2. Python
  3. Java
  4. JavaScript
  5. C++
  6. C#
  7. C
  8. HTML

Random notes

Well what do we think? It's cool to have somewhere to input information!

About

Create a static site generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published