Skip to content

pull and push the notebook from and to the github

tonyzyang edited this page Feb 21, 2018 · 3 revisions

Pull

create git

  • $ mkdir
  • $ cd (my-project)
  • $ git init
  • $ on GitHub built repo
  • add a remote---$ git add remote origin
  • check the remote
    • $ git remote -v
    • $ git config -1
  • $ git remote add upstream url

If you want pull from another url, try this:

Push to the github

Clone this wiki locally