Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
FHCRC 2012寒訓 Mercurial 版本控制系統
Search
ygtw
August 19, 2012
0
69
FHCRC 2012寒訓 Mercurial 版本控制系統
ygtw
August 19, 2012
Tweet
Share
More Decks by ygtw
See All by ygtw
略懂臺南
ygtw
0
86
Ulrich Neisser &記憶的發展:新問題和舊問題 (2003)
ygtw
0
95
舞動的人群
ygtw
1
77
千古難題四句教 : 王陽明相關文獻整理
ygtw
0
160
集點王怪獸之決鬥
ygtw
1
65
丟瓶子高手 Mr.MagiC
ygtw
1
72
近三年資訊資工相關科系面試心得
ygtw
0
190
我評《後‧青春期的詩》er.pdf
ygtw
0
75
腦波的認知介面與無處不在的應用:發展和挑戰
ygtw
1
80
Featured
See All Featured
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
How to Ace a Technical Interview
jacobian
276
23k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.8k
Building Better People: How to give real-time feedback that sticks.
wjessup
364
19k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
0
110
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
The Cost Of JavaScript in 2023
addyosmani
45
6.8k
Transcript
Mercurial 版本控制系統 LFking(張小均) FHCRC 98 th NUTN
ILT
版本控制: 用電腦工作 進階必用軟體 2
來源 http://blog.ez2learn.com/2011/10/20/taiwan-software-lacking-of-vcs/ 3
如何 管理程式碼? 4
YN超帥1.c YN超帥2.c YN超帥3.c 5
兩人一起 寫程式>//< 6
Server:A.c 小Y:A.c + 100行 小N:A.c – 100行 小Y傳給 server 小N傳給
server 7
小Y: 我寫的100多行… 8
超懶人法: Dropbox 9
Demo 10
版本控制系統 目前主流 11
mercurial 名詞 : 水銀劑 形容詞 : 易變的 水星的 12
化學時間: 水銀(汞) 的元素符號? 13
14
Hg: Python寫的 (hold整天XD 15
易學、跨平台 16
Old 17
now 18
用版本控制 其他好處? 19
紀錄 每次寫程式 做的任何事情 20
備份資料 21
找Bug 22
兩人合作>//< 23
多人也可以喔 >//////< 24
責任歸屬 25
和 過去的自己 合作 (by xdite) 26
亂寫亂測 不怕打擾別人 27
Hg For Windows: TortoiseHg 28
名詞 解釋 時間 29
Clone 拷貝一份 30
repository 資料庫 31
Commit 送出更改 32
33
push(推 pull(拉 34
Merge 合併 35
Update (更新切換) 36
Revent (退回) 37