• Blogs (9)
    • 📱 236 - 992 - 3846

      đź“§ jxjwilliam@gmail.com

    • Version: ‍🚀 1.1.0
  • Adding an existing project to GitHub

    Blogs20142014-09-17


    Adding an existing project to GitHub

    Firstly, Create a new repository on GitHub. Then:

      cd my-project
      git init
      git add .
      git commit -m"https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line"
      git remote add origin ...
      git pull remote master //README.md
      git push remote master

    The following could be used to enhance the project:

    • gist
    • wiki (use markdown)
    • travis (testing)