Initialize a local directory as a Git repository and add it to Github
1 min read

Initialize a local directory as a Git repository and add it to Github

  1. Download Git and create the directory
  2. Create a Github repository
  3. Initialize the local directory as a Git repository
  4. Add a remote origin and push the changes in the local repository to GitHub

Leave a Reply