Pre simple to use GitHub

  1. git status → View workspace status
  2. git add. → to upload all changes in work area
  3. git commit -m "insert your own content to write."
  4. git push origin master → pushed to the remote repository

Missing 2 or 3, execute git push will be "Everything up-to-date"

Guess you like

Origin www.cnblogs.com/haha-/p/11316894.html