Git Hub Link: https://github.com/spark-mooc/mooc-setup.git
GitHub Quick Setup:
-
Repository include a README, LICENSE, and .gitignore.
-
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
-
Push an existing repository from the command line
git remote add origin https://github.com/gudiseva/Spark.git git push -u origin master
-
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.