1. 程式人生 > >使用git上傳極速賽車平臺開發代碼到GitHub

使用git上傳極速賽車平臺開發代碼到GitHub

bit true lse html javasoft htm 使用命令 配置 list

Windows鍵+R調出黑窗口,使用命令上傳代碼到GitHub倉庫。

1.查看git版本,極速賽車平臺開發(企 娥:217 1793 408)

C:\Users\xxx>git --version
git version 2.8.1.windows.1
2.查看git配置

C:\Users\xxx>git config --listcore.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html

http.sslcainfo=C:/javasoftwear/Git-2.8.1-64-bit/mingw64/ssl/certs/ca-bundle.crt
diff.astextplain.textconv=astextplain
rebase.autosquash=true
credential.helper=manager
user.name=lankk1
[email protected]
br/>core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
http.sslcainfo=C:/javasoftwear/Git-2.8.1-64-bit/mingw64/ssl/certs/ca-bundle.crt
diff.astextplain.textconv=astextplain
rebase.autosquash=true
credential.helper=manager
user.name=lankk1
[email protected]
3.進入本地代碼目錄

C:\Users\xxx>cd C:\gitupload

C:\gitupload>DIR
驅動器 C 中的卷是 OS

卷的序列號是 9C07-D1DE

C:\gitupload 的目錄

2018/07/25 11:06 <DIR> .
2018/07/25 11:06 <DIR> ..
2018/07/25 11:06 <DIR> main
0 個文件 0 字節
3 個目錄 105,449,271,296 可用字節

C:\gitupload>

使用git上傳極速賽車平臺開發代碼到GitHub