Skip to content

Instantly share code, notes, and snippets.

@praveenhm
Created May 15, 2020 23:29
Show Gist options
  • Save praveenhm/409fc5ce940be76f6fda8de09359500d to your computer and use it in GitHub Desktop.
Save praveenhm/409fc5ce940be76f6fda8de09359500d to your computer and use it in GitHub Desktop.

Revisions

  1. praveenhm created this gist May 15, 2020.
    14 changes: 14 additions & 0 deletions create git reposotroies
    Original 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.