java - eclipse 和git的问题
阿神
阿神 2017-04-18 10:46:13
0
1
482
阿神
阿神

闭关修行中......

reply all (1)
洪涛

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.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!