[Git] Cheat Sheet

1. Git Cheat Sheet

gitcheatsheet

  • Git commit
      git add .
      git commit -m "comment" 
      git push -u origin master
      # git config credential.helper store
    

Categories:

Updated:

Leave a comment