--- title: 交作業 tags: 版本管理 --- 北分署的github:https://github.com/wdaweb 作業連結的github:https://classroom.github.com/a/CH07gRXV 1. 空白專案 ``` git remote add 節點 網址 git remote ``` 加入檔案以後 ``` git add . git commit -m "加入那些東西" git remote git branch git push 節點 分支 ``` 2. 已有線上專案 空白資料夾內使用git bash here ``` git clone 網址 ``` 之後開啟VScode修改 ``` git remote git remote -v git add . git commit -m "加了哪些東西" git remote git branch git push 節點 分支 ``` 3. 如果想傳到自己頁面 不要勾readme 創好回到VSCode ``` git remote -v git remote add 節點 網址 git remote git push 節點 分支 ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up