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
75
FHCRC 2012寒訓 Mercurial 版本控制系統
ygtw
August 19, 2012
Tweet
Share
More Decks by ygtw
See All by ygtw
略懂臺南
ygtw
0
95
Ulrich Neisser &記憶的發展:新問題和舊問題 (2003)
ygtw
0
110
舞動的人群
ygtw
1
87
千古難題四句教 : 王陽明相關文獻整理
ygtw
0
170
集點王怪獸之決鬥
ygtw
1
70
丟瓶子高手 Mr.MagiC
ygtw
1
80
近三年資訊資工相關科系面試心得
ygtw
0
210
我評《後‧青春期的詩》er.pdf
ygtw
0
79
腦波的認知介面與無處不在的應用:發展和挑戰
ygtw
1
89
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Building Adaptive Systems
keathley
43
2.8k
Fireside Chat
paigeccino
40
3.7k
Building Applications with DynamoDB
mza
96
6.7k
The Invisible Side of Design
smashingmag
301
51k
Practical Orchestrator
shlominoach
190
11k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
The Power of CSS Pseudo Elements
geoffreycrofte
79
6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
It's Worth the Effort
3n
187
28k
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