Git

Git 教學

0.
git config --global user.name "cpktnwt056"
git config --global user.email "a1566789423@yahoo.com.tw"
1.
cd <Directory>
git init 

2.上傳檔案道github
git add <file>
(git add .)
git commit -m "<comment>"

git remote add origin https://github.com/cpktnwt056/Debugger.git
(git remote add origin https://github.com/<username>/<repository>.git)

git push -u origin master (會叫你輸入github 帳號/密碼 ,輸入a1566789423@yahoo.com.tw / <Password>)

留言

這個網誌中的熱門文章

組合語言 Assembly Language

C++ DirectX Draw Triangle