ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • git
    카테고리 없음 2020. 6. 18. 15:08

    git

    • git config --global user.name "her2237"
    • git config --global user.email "her2237@gmail.com"
    • git init
    • git remote add origin  (https://github.com/her2237/my_blog.git)
    • git pull origin master

     

     


    • git add .
    • git commit -m "작업명"
    • git push origin master
Designed by Tistory.