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
74
FHCRC 2012寒訓 Mercurial 版本控制系統
ygtw
August 19, 2012
Tweet
Share
More Decks by ygtw
See All by ygtw
略懂臺南
ygtw
0
92
Ulrich Neisser &記憶的發展:新問題和舊問題 (2003)
ygtw
0
110
舞動的人群
ygtw
1
87
千古難題四句教 : 王陽明相關文獻整理
ygtw
0
170
集點王怪獸之決鬥
ygtw
1
69
丟瓶子高手 Mr.MagiC
ygtw
1
79
近三年資訊資工相關科系面試心得
ygtw
0
210
我評《後‧青春期的詩》er.pdf
ygtw
0
78
腦波的認知介面與無處不在的應用:發展和挑戰
ygtw
1
88
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
How STYLIGHT went responsive
nonsquared
100
5.7k
GitHub's CSS Performance
jonrohan
1031
460k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Code Reviewing Like a Champion
maltzj
525
40k
RailsConf 2023
tenderlove
30
1.2k
Done Done
chrislema
185
16k
The Invisible Side of Design
smashingmag
301
51k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Git: the NoSQL Database
bkeepers
PRO
431
65k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
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