aizu's Knowledge Base
    • Go to: aizu.my Homepage
    • Recent
    • Tags
    • Register
    • Login

    After create Github repo

    Ref
    1
    1
    74
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      aizu
      last edited by

      Create a new repository on the command line

      echo "# browser-beauty" >> README.md
      git init
      git add README.md
      git commit -m "first commit"
      git branch -M master
      git remote add origin [email protected]:aizuikmal/browser-beauty.git
      git push -u origin master
      

      …or push an existing repository from the command line

      git remote add origin [email protected]:aizuikmal/browser-beauty.git
      git branch -M master
      git push -u origin master
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post