search

Home  >  Q&A  >  body text

java - eclipse 和git的问题

阿神阿神2802 days ago552

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 10:48:13

    pull is to synchronize remote code to local. If you submit local code to remote, three steps:

    1. git add .

    2. git commit -m "your commit message"

    3. git push origin master

    Of course, what I said here is very rough and I made a lot of assumptions. Assume that you are in the current git directory, assuming that there is already a local remote called origin, etc.

    reply
    0
  • Cancelreply