or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
GIT 建立專案
tags:
GIT
Work
版本控管
報表
如何在在本機建立版本控制 有兩種
檔案已經存在
確認好要控管的檔案路徑後,接著請輸入要控管的檔案路徑
接著請輸入
確認指令有沒有成功,請輸入
還沒有建立檔案的(省略)
就在建立的時候加入版本控制,請輸入建立資料夾的指令
再進入新建立的資料夾裡面建立版本控制,請輸入指令
使空白資料夾內都有一個空的文字檔能讓Git去commit
這個.gitignore檔案是可以隱藏的
補充
果確認兩項檔案都要加入而不想要一次只能加入一項檔案的話,
可以使用萬用字元來加入要控管的檔案,請輸入
但是如果附檔名的檔案太多不想一一確認的話,可以直接全部加入檔案控管,請輸入
上一篇-基礎 | 下一篇-雲端儲存庫