This commit is contained in:
Calvert 2014-11-05 17:33:37 +08:00
parent 414f050ed0
commit 5162994060

View file

@ -253,11 +253,11 @@ exports.level = {
"type": "ModalAlert",
"options": {
"markdowns": [
"為了要指定 `<place>` 的 source 以及 destination只要利用一個號將這兩個連在一起:",
"為了要指定 `<place>` 的 source 以及 destination只要利用一個號將這兩個連在一起:",
"",
"`git push origin <source>:<destination>`",
"",
"這通常被稱為一個 colon 號) refspec. refspec 只是一個表示 location (位置) 的花俏的名稱,這個位置可以被 git 辨別(例如 `foo` branch 或是 `HEAD~1`)。",
"這通常被稱為一個 colon 號) refspec. refspec 只是一個表示 location (位置) 的花俏的名稱,這個位置可以被 git 辨別(例如 `foo` branch 或是 `HEAD~1`)。",
"",
"一旦你單獨指定了 source 以及 destination你可以看到花俏且準確的指令。讓我來來看一個例子"
]