Created
May 15, 2020 23:29
-
-
Save praveenhm/409fc5ce940be76f6fda8de09359500d to your computer and use it in GitHub Desktop.
Revisions
-
praveenhm created this gist
May 15, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ or create a new repository on the command line echo "# machine-learning-tutorials" >> README.md git init git add README.md git commit -m "first commit" git remote add origin [email protected]:praveenhm/machine-learning-tutorials.git git push -u origin master …or push an existing repository from the command line git remote add origin [email protected]:praveenhm/machine-learning-tutorials.git git push -u origin master …or import code from another repository You can initialize this repository with code from a Subversion, Mercurial, or TFS project.