Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 714 Bytes

GitHub.md

File metadata and controls

28 lines (18 loc) · 714 Bytes

Spark

Git Hub Link: https://github.com/spark-mooc/mooc-setup.git

GitHub Quick Setup:

  1. Repository include a README, LICENSE, and .gitignore.

  2. Create a new repository on the command line

    echo # Spark >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/gudiseva/Spark.git git push -u origin master

  3. Push an existing repository from the command line

    git remote add origin https://github.com/gudiseva/Spark.git git push -u origin master

  4. Import code from another repository

    You can initialize this repository with code from a Subversion, Mercurial, or TFS project.

ProTip! Use the URL for this page when adding GitHub as a remote.