Now you can Subscribe using RSS

Submit your Email

2016/12/11

Git 指令

asd
Git 指令

$git help  : 可以查詢有哪些指令可以使用。

$git help 指令 可以查詢指令怎麼使用

Windows 應該是跳出Web畫面 Mac則是直接顯示在 Terminal上。

查詢config如何使用。



$git config --global name "名稱" : 設定 git 庫用戶名稱。
$git config --global email "信箱" : 設定 git 庫信箱。
$git config --list : 查看 git 設定。
$git clone url : 下載 git 庫中專案 url 為 git 庫專案位置。
$git ssh-keygen : 建立 SSH Key。
$git init : 在目前目錄下建立 repository。
$git status : 在目前的目錄下查詢 repository 狀態。

$pwd : 顯示目前在哪個目錄下。

0 意見:

張貼留言

Coprights @ 2016, Blogger Templates Designed By Templateism | Templatelib