際際滷

際際滷Share a Scribd company logo
Git basis
~$ whoami

¢   Len

¢   Blog
    ¢   len.hack-stuff.com
焚N頁井云陣崙
酒汽栖傍 ...
]嗤井云陣崙 (SCM) 議r昨 ...

   A
]嗤井云陣崙 (SCM) 議r昨 ...

   A ★ A
]嗤井云陣崙 (SCM) 議r昨 ...

   A ★ A ★ A
]嗤井云陣崙 (SCM) 議r昨 ...

   A ★ A ★ A ★ A
]嗤井云陣崙 (SCM) 議r昨 ...

   A ★ A ★ A ★ A ★ A
]嗤井云陣崙 (SCM) 議r昨 ...

   A ★ A ★ A ★ A ★ A




   個阻奕Nk
井云陣崙
井云陣崙




       A
井云陣崙




       A ★ A''
井云陣崙




       A ★ A'' ★ A'''
井云陣崙




  A ★ A'' ★ A''' ★ A''''
井云陣崙




A ★ A'' ★ A''' ★ A'''' ★ A'''''
Anyway
酒汽栖傍

    on宛

   個辛參壅指肇
   圭宴M佩F亅揖蝕窟
   鎮箏n宛┌殖
云C Local version control

                 頼畠壓云C
                 奕N陣崙
                 亅揖蝕窟


                  FTP (  )
                 奕N^蛍n宛
                 n宛i棒奕Nk
嶄陣 Central version control

                   Server
                  o畠何議
                  焚N脅勣W揃
                  豼穆Nk

                  SVN
Distributed version control

   寄社脅嗤屁芸o


    Server 豼
   孚唸ぷ
   羨_l

   y撹匯F
Git basis - usage
   Linux kernel

   藾暴Q kernel hackers 階寄議Y楚
   聞喘 BitKeeper 恂 scm
BitKeeper f#ck you
   酔堀
   挫貧返
   屶址掲來_l
     fork  fork 肇
   頼畠蛍柊

   藾暴Q Linux kernel 景棒繁議Y創楚
   on宛酔孚遇音頁on宛餓
    C 否楚弌
   焚N並ラ窄脅壓云CM佩
    C o性和 (pull) 音俶勣W揃匆辛參 code 
    C 心 log 、戻住 commit 脅壓云C\恬
    C 寄寄盾Q svn 議髪c
   sha checksum _隠n宛頼屁來
聞喘 Git 議瘟T project

   Linux kernel
   jQuery
   node.js
   django
   cakePHP
   Rails
   bootstrap
    https://git.wiki.kernel.org/index.php/GitProjects
Git usage
慧 code 議} Repository

   Q repo

   云仇 (Local) 脅慧匯 repo
    C 壓云Co
    C 辛參心撹耽 local 祥頁匯羨議 server


   h極謀捲匂 (Server) 匆嗤匯 repo
    C oF_lM業
len@len-desktop:~$ mkdir repo
len@len-desktop:~/gitdemo$ git init repo

Initialized empty Git repository in /home/len/gitdemo/repo/.git/



.git 軸辛恬頁 local repo
e中o广n宛啜筏蕃Y
   性e繁議 repo 和

   git clone git://github.com/jquery/jquery.git
   len@len-desktop:~/gitdemo/repo$ touch a.c


   a.c
    #include <stdio.h>
    int main() {
        printf("Hello git");
        return 0;
    }
git status
   len@len-desktop:~/gitdemo/repo$ git status
    # On branch master
    #
    # Initial commit
    #
    # Untracked files:
    # (use "git add <file>..." to include in what will be committed)
    #
    #   a.c
    #   a.out
    nothing added to commit but untracked files present (use "git add" to
    track)
git add 紗秘弖
   len@len-desktop:~/gitdemo/repo$ git add a.c
   len@len-desktop:~/gitdemo/repo$ git status
    # Changes to be committed:
    # (use "git rm --cached <file>..." to unstage)
    #
    #   new file: a.c
    #
    # Untracked files:
    # (use "git add <file>..." to include in what will be committed)
    #
    #   a.out
凪麿械喘峺綜
   函弖
    C git rm (git add 議犒 )
   戻住
    C git commit
   臥心n宛B
    C git status
   指n宛B
    C git checkout
    C git reset
git commit 戻住

   git commit -m 'initial repo'


    [master (root-commit) af84a62] initial repo
    1 files changed, 6 insertions(+), 0
    deletions(-)
    create mode 100644 a.c
git log 臥心 commit log

   git log --stat

    commit af84a6279fa2968f2ba2ca6cd2211302281f814d
    Author: Len <a78965@gmail.com>
    Date: Thu Aug 2 14:44:53 2012 +0800


      initial repo
    a.c |   6 ++++++
    1 files changed, 6 insertions(+), 0 deletions(-)
git log 臥心 commit log

   git log --stat

    commit af84a6279fa2968f2ba2ca6cd2211302281f814d
    Author: Len <a78965@gmail.com>

                                    耽肝戻住議
    Date: Thu Aug 2 14:44:53 2012 +0800                SHA

      initial repo
    a.c |   6 ++++++
    1 files changed, 6 insertions(+), 0 deletions(-)
git log 臥心 commit log

   git log --stat

    commit af84a6279fa2968f2ba2ca6cd2211302281f814d
    Author: Len <a78965@gmail.com>
    Date: Thu Aug 2 14:44:53 2012 +0800

                     git config --global user.name 'Len'
      initial repo
    a.c git 6 ++++++
        | config --global user.email 'a78965@gmail.com'
    1 files changed, 6 insertions(+), 0 deletions(-)
git log 臥心 commit log

   git log --stat

    commit af84a6279fa2968f2ba2ca6cd2211302281f814d
    Author:Commit 連
           Len <a78965@gmail.com>
    Date: Thu Aug 2 14:44:53 2012 +0800


      initial repo
    a.c |   6 ++++++
    1 files changed, 6 insertions(+), 0 deletions(-)
git log 臥心 commit log

   git log --stat

    commit af84a6279fa2968f2ba2ca6cd2211302281f814d
    Author: Len <a78965@gmail.com>
    Date: Thu Aug 2 14:44:53 2012 +0800
                          n宛
      initial repo
    a.c |   6 ++++++
    1 files changed, 6 insertions(+), 0 deletions(-)
   貧肝議 commit o出 HEAD
    C 貧貧肝議 commit o祥頁 HEAD^
    C 貧貧貧肝議 commit o祥頁 HEAD^^


   參緩容
Branch
   AO議 branch 出 master




   壓]_ branch 念厘議_l頁@
    A ★ A'' ★ A''' ★ A'''' ★ A'''''
   y仟孔嬬
   訌輙孔嬬

   o識俐 bug
   0顕新櫺霽∫_l
   _匯出 dev 議 branch 喘迚_l仟孔嬬
    ?   git branch dev


   俳欺 dev branch
    ?   git checkout dev


   n宛挫] O___Oa
   a.c
    #include <stdio.h>
    int main() {
        printf("%dn" ,test(777,2) );
        return 0;
    }


    int test(int x,int y) {
        return x*y;
    }
?   git add a.c
?   git status

    # On branch dev
    # Changes to be committed:
    # (use "git reset HEAD <file>..." to unstage)
    #
    # modified: a.c
git commit -m 'add test function'
         [dev f777b13] add test function
 1 files changed, 5 insertions(+), 1 deletions(-)
?   git log
    commit f777b13459e9459d8d990f50e3ca678cf4437308
    Author: Len <a78965@gmail.com>
    Date: Thu Aug 2 15:33:50 2012 +0800
      add test function
    commit af84a6279fa2968f2ba2ca6cd2211302281f814d
    Author: Len <a78965@gmail.com>
    Date: Thu Aug 2 14:44:53 2012 +0800
      initial repo
e梨阻厘壓 dev branch 貧

  git checkout master
?   git log

    commit af84a6279fa2968f2ba2ca6cd2211302281f814d
    Author: Len <a78965@gmail.com>
    Date: Thu Aug 2 14:44:53 2012 +0800


     initial repo
   master 効 dev 議M業頁蛍_議
躾歓款D杏




 凪麿厮雅_軈 ...
壓 master 貧中戻住仟議 commit

?   git checkout master
?   touch b.c
?   git add b.c
?   git commit -m 'add b.c file'
載苧垉腸躾栖阻。。
   厘誨 master 効 dev 栽

?   git merge dev
    Merge made by recursive.
    a.c |   6 +++++-
    1 files changed, 5 insertions(+), 1 deletions(-)
   l伏阻焚N並
git log
 commit b1acc389acfd6bbfaf4435cf59a5617b2b37fc8f
 Merge: 5deb2bc f777b13
 Author: Len <a78965@gmail.com>
                                              merge a伏議 log
 Date: Thu Aug 2 15:57:21 2012 +0800
   Merge branch 'dev'
 commit 5deb2bcd68f956ce1d58856f3d5af1c21682b20c
 Author: Len <a78965@gmail.com>
 Date: Thu Aug 2 15:50:12 2012 +0800
   add b.c file
 commit f777b13459e9459d8d990f50e3ca678cf4437308
 Author: Len <a78965@gmail.com>
 Date: Thu Aug 2 15:33:50 2012 +0800
   add test function
git log
 commit b1acc389acfd6bbfaf4435cf59a5617b2b37fc8f
 Merge: 5deb2bc f777b13
 Author: Len <a78965@gmail.com>
 Date: Thu Aug 2 15:57:21 2012 +0800
   Merge branch 'dev'
 commit 5deb2bcd68f956ce1d58856f3d5af1c21682b20c
 Author: Len <a78965@gmail.com>
 Date: Thu Aug 2 15:50:12 2012 +0800      master 議 commit log
   add b.c file                                 仟奐 b.c
 commit f777b13459e9459d8d990f50e3ca678cf4437308
 Author: Len <a78965@gmail.com>
 Date: Thu Aug 2 15:33:50 2012 +0800
   add test function
git log
 commit b1acc389acfd6bbfaf4435cf59a5617b2b37fc8f
 Merge: 5deb2bc f777b13
 Author: Len <a78965@gmail.com>
 Date: Thu Aug 2 15:57:21 2012 +0800
   Merge branch 'dev'
 commit 5deb2bcd68f956ce1d58856f3d5af1c21682b20c
 Author: Len <a78965@gmail.com>
 Date: Thu Aug 2 15:50:12 2012 +0800
   add b.c file
 commit f777b13459e9459d8d990f50e3ca678cf4437308
 Author: Len <a78965@gmail.com>
 Date: Thu Aug 2 15:33:50 2012 +0800         dev 議 commit log
   add test function                         慧阻 test function
   n宛椿
    C a.c
    C b.c
   a.c
    #include <stdio.h>
    int main() {
        printf("%dn" ,test(777,2) );
        return 0;
    }


    int test(int x,int y) {
        return x*y;
    }
   a.c
    #include <stdio.h>
    int main() {
    -    printf(^Hello git ̄);
    +    printf("%dn" ,test(777,2) );
        return 0;
    }


    + int test(int x,int y) {
    +    return x*y;
    +}
]e D祥L@
低匯協氏
merge 階挫喘Π稗。。
BUT 。。

繁伏嶄祥頁嗤載謹 BUT
   Conflect
    C n融欺阻




   git 音岑祇奕N栽禝r昨 ...
n融議n宛祥L@


<<<<<<< HEAD:index.html
<div id="footer">contact :
email.support@github.com</div>
=======
<div id="footer">
 please contact us at support@github.com
</div>
>>>>>>> iss53:index.html
@r昨祥誼返嗅タ輟n融

  隼瘁 commit
個阻

   厘觧惶竣釶痃惨 commit 議B
    ?   git reset --hard HEAD
   厘 a.c 恷瘁匯肝 commit 議B
    ?   git checkout a.c
   厘 commit log 議 sha 頁 af84a
    C 椎r議 a.c n宛B
    ?   git checkout af84a a.c
   厘峪觚鍔釶痃惨竜 commit log
    ?   git commit --amend
   厘觧惶 af84a
    ?   git reset --hard af84a
    C ┿慍使 , 柮 branch 嘛


   厘觧惶 af84a 徽音諧B揖n宛B個
    ?   git reset --soft af84a
Remote
AO議 remote branch 出 origin
git remote add origin2 0xlen@github.com
   z臥h極 server 議o頁倦匯崑
    C K拝徭唳



?   git pull
    ?   = git fetch + git merge
   云C議井云 push 欺h極厚仟
    ?   git push
    C 壓h極仟奐 branch
?   git push
?   git push origin
?   git push origin:
    C 徭嗟撞粛兆Q議 branch
?   git push origin test:test
    C 委 local 議 test branch 容欺h極議 test branch
    C 飛h極音贋壓徭喀羨
?   git push origin :test
    C h茅h極議 test branch
亅揖蝕窟
Demo
Q&A
Thanks
Reference

   http://git-scm.com/book

   http://www.slideshare.net/littlebtc/git-5528339
   http://blog.wu-boy.com/2012/02/how-to-use-git
   http://www.slideshare.net/tim518/loving-git2

More Related Content

What's hot (20)

赫庄岳聞喘秘壇
赫庄岳聞喘秘壇赫庄岳聞喘秘壇
赫庄岳聞喘秘壇
dpf2e
?
赫庄岳児粥初府
赫庄岳児粥初府赫庄岳児粥初府
赫庄岳児粥初府
Max Ma
?
Monitor is all for ops
Monitor is all for opsMonitor is all for ops
Monitor is all for ops
茵奏 板
?
Git 秘壇糞媾
Git 秘壇糞媾Git 秘壇糞媾
Git 秘壇糞媾
icy leaf
?
Git and git hub
Git and git hubGit and git hub
Git and git hub
率 川
?
Introduction to git
Introduction to gitIntroduction to git
Introduction to git
Bo-Yi Wu
?
Git introduction
Git introductionGit introduction
Git introduction
mythnc
?
禽鰻皆亅咏嚥哘喘初府
禽鰻皆亅咏嚥哘喘初府禽鰻皆亅咏嚥哘喘初府
禽鰻皆亅咏嚥哘喘初府
茵奏 板
?
COSCUP 2016 Workshop: 喘 Docker 尺O萎 git-it h廠
COSCUP 2016 Workshop: 喘 Docker 尺O萎 git-it h廠COSCUP 2016 Workshop: 喘 Docker 尺O萎 git-it h廠
COSCUP 2016 Workshop: 喘 Docker 尺O萎 git-it h廠
譲酎 忌
?
析望Cァ低貧返 PostgreSQL P塀Y創賚欺y
析望Cァ低貧返 PostgreSQL P塀Y創賚欺y析望Cァ低貧返 PostgreSQL P塀Y創賚欺y
析望Cァ低貧返 PostgreSQL P塀Y創賚欺y
Mu Chun Wang
?
利揃捲暦祥頁匯銭堪朴儖議鹿栽悶
利揃捲暦祥頁匯銭堪朴儖議鹿栽悶利揃捲暦祥頁匯銭堪朴儖議鹿栽悶
利揃捲暦祥頁匯銭堪朴儖議鹿栽悶
Mu Chun Wang
?
児噐掘界鉛庄沿壊艶才鞄温糸看看沿峠岬哘喘蝕窟秘壇返過
児噐掘界鉛庄沿壊艶才鞄温糸看看沿峠岬哘喘蝕窟秘壇返過児噐掘界鉛庄沿壊艶才鞄温糸看看沿峠岬哘喘蝕窟秘壇返過
児噐掘界鉛庄沿壊艶才鞄温糸看看沿峠岬哘喘蝕窟秘壇返過
Zhen Li
?
珂艶姻界顎姻庄温鉛初府嚥縮僥
珂艶姻界顎姻庄温鉛初府嚥縮僥珂艶姻界顎姻庄温鉛初府嚥縮僥
珂艶姻界顎姻庄温鉛初府嚥縮僥
啓云 爽
?
兜伉宀 Git 貧返好待
兜伉宀 Git 貧返好待兜伉宀 Git 貧返好待
兜伉宀 Git 貧返好待
Lucien Lee
?
Google Maps _兵辺M阻奕Nk
Google Maps _兵辺M阻奕NkGoogle Maps _兵辺M阻奕Nk
Google Maps _兵辺M阻奕Nk
Mu Chun Wang
?
晦庄稼顎恰児粥
晦庄稼顎恰児粥晦庄稼顎恰児粥
晦庄稼顎恰児粥
zhuqling
?
Git tutorial for windows user (o Windows user 議 Git 縮W)
Git tutorial for windows user (o Windows user 議 Git 縮W)Git tutorial for windows user (o Windows user 議 Git 縮W)
Git tutorial for windows user (o Windows user 議 Git 縮W)
Cloud Tu
?
Git 井云陣崙 (聞喘縮W)
Git 井云陣崙 (聞喘縮W)Git 井云陣崙 (聞喘縮W)
Git 井云陣崙 (聞喘縮W)
Jui An Huang (S誹芦)
?
赫庄岳喇階燃秘階侮
赫庄岳喇階燃秘階侮赫庄岳喇階燃秘階侮
赫庄岳喇階燃秘階侮
剪 弌焜 (lamb-mei)
?
赫庄岳聞喘秘壇
赫庄岳聞喘秘壇赫庄岳聞喘秘壇
赫庄岳聞喘秘壇
dpf2e
?
赫庄岳児粥初府
赫庄岳児粥初府赫庄岳児粥初府
赫庄岳児粥初府
Max Ma
?
Monitor is all for ops
Monitor is all for opsMonitor is all for ops
Monitor is all for ops
茵奏 板
?
Git 秘壇糞媾
Git 秘壇糞媾Git 秘壇糞媾
Git 秘壇糞媾
icy leaf
?
Git and git hub
Git and git hubGit and git hub
Git and git hub
率 川
?
Introduction to git
Introduction to gitIntroduction to git
Introduction to git
Bo-Yi Wu
?
Git introduction
Git introductionGit introduction
Git introduction
mythnc
?
禽鰻皆亅咏嚥哘喘初府
禽鰻皆亅咏嚥哘喘初府禽鰻皆亅咏嚥哘喘初府
禽鰻皆亅咏嚥哘喘初府
茵奏 板
?
COSCUP 2016 Workshop: 喘 Docker 尺O萎 git-it h廠
COSCUP 2016 Workshop: 喘 Docker 尺O萎 git-it h廠COSCUP 2016 Workshop: 喘 Docker 尺O萎 git-it h廠
COSCUP 2016 Workshop: 喘 Docker 尺O萎 git-it h廠
譲酎 忌
?
析望Cァ低貧返 PostgreSQL P塀Y創賚欺y
析望Cァ低貧返 PostgreSQL P塀Y創賚欺y析望Cァ低貧返 PostgreSQL P塀Y創賚欺y
析望Cァ低貧返 PostgreSQL P塀Y創賚欺y
Mu Chun Wang
?
利揃捲暦祥頁匯銭堪朴儖議鹿栽悶
利揃捲暦祥頁匯銭堪朴儖議鹿栽悶利揃捲暦祥頁匯銭堪朴儖議鹿栽悶
利揃捲暦祥頁匯銭堪朴儖議鹿栽悶
Mu Chun Wang
?
児噐掘界鉛庄沿壊艶才鞄温糸看看沿峠岬哘喘蝕窟秘壇返過
児噐掘界鉛庄沿壊艶才鞄温糸看看沿峠岬哘喘蝕窟秘壇返過児噐掘界鉛庄沿壊艶才鞄温糸看看沿峠岬哘喘蝕窟秘壇返過
児噐掘界鉛庄沿壊艶才鞄温糸看看沿峠岬哘喘蝕窟秘壇返過
Zhen Li
?
珂艶姻界顎姻庄温鉛初府嚥縮僥
珂艶姻界顎姻庄温鉛初府嚥縮僥珂艶姻界顎姻庄温鉛初府嚥縮僥
珂艶姻界顎姻庄温鉛初府嚥縮僥
啓云 爽
?
兜伉宀 Git 貧返好待
兜伉宀 Git 貧返好待兜伉宀 Git 貧返好待
兜伉宀 Git 貧返好待
Lucien Lee
?
Google Maps _兵辺M阻奕Nk
Google Maps _兵辺M阻奕NkGoogle Maps _兵辺M阻奕Nk
Google Maps _兵辺M阻奕Nk
Mu Chun Wang
?
晦庄稼顎恰児粥
晦庄稼顎恰児粥晦庄稼顎恰児粥
晦庄稼顎恰児粥
zhuqling
?
Git tutorial for windows user (o Windows user 議 Git 縮W)
Git tutorial for windows user (o Windows user 議 Git 縮W)Git tutorial for windows user (o Windows user 議 Git 縮W)
Git tutorial for windows user (o Windows user 議 Git 縮W)
Cloud Tu
?

Viewers also liked (20)

Page Layout
Page LayoutPage Layout
Page Layout
hayleylou11
?
Le progr┬s 6 sept 2011Le progr┬s 6 sept 2011
Le progr┬s 6 sept 2011
parlantichris
?
La └tica de la inform│ticaLa └tica de la inform│tica
La └tica de la inform│tica
juan-luis-aguirre
?
Muestrariio De JabonesMuestrariio De Jabones
Muestrariio De Jabones
liruvi
?
Presentaciones multimedia efectivas #6 rosa inesPresentaciones multimedia efectivas #6 rosa ines
Presentaciones multimedia efectivas #6 rosa ines
Rosainesrc
?
Vision 2053 - ProjektbeschreibungVision 2053 - Projektbeschreibung
Vision 2053 - Projektbeschreibung
Maier Torsten
?
OBRI L'ULL OCTUBRE 2013
OBRI L'ULL OCTUBRE 2013OBRI L'ULL OCTUBRE 2013
OBRI L'ULL OCTUBRE 2013
Ayuntamiento Benissa
?
Libro ilustra cat02Libro ilustra cat02
Libro ilustra cat02
Torres Saavedra Nelson Alberto
?
Memorias practica final_philippe_bertrand_the_machine_to_be_anotherMemorias practica final_philippe_bertrand_the_machine_to_be_another
Memorias practica final_philippe_bertrand_the_machine_to_be_another
Philippe Bertrand
?
Parque Nacional Los AlercesParque Nacional Los Alerces
Parque Nacional Los Alerces
falierovani
?
valo theko bangla kabita
valo theko bangla kabitavalo theko bangla kabita
valo theko bangla kabita
tapan sanyal
?
Buenas pr│cticas de marcas en facebookBuenas pr│cticas de marcas en facebook
Buenas pr│cticas de marcas en facebook
David Alay┏n
?
Turismo SanturtziTurismo Santurtzi
Turismo Santurtzi
onmotiva
?
Aro Media Ny Offer
Aro Media Ny OfferAro Media Ny Offer
Aro Media Ny Offer
Sergey Karymov
?
ReviewTrackers + Zapier
ReviewTrackers + ZapierReviewTrackers + Zapier
ReviewTrackers + Zapier
Noel P. Rodriguez
?
Eave finishes
Eave finishesEave finishes
Eave finishes
matthew rogers
?
HOW TO RAISE FUNDS TO START NEW BUSINESS
HOW TO RAISE FUNDS TO START NEW BUSINESSHOW TO RAISE FUNDS TO START NEW BUSINESS
HOW TO RAISE FUNDS TO START NEW BUSINESS
guide2entrepreneurs
?
Anti graffiti initiative (1)
Anti graffiti initiative (1)Anti graffiti initiative (1)
Anti graffiti initiative (1)
broadwayflushing
?
Socializandos mis proyectos institucionalesSocializandos mis proyectos institucionales
Socializandos mis proyectos institucionales
Raquel Guadalupe Ch│vez Lim┏n
?
Life Through Sea Green Eyes
Life Through Sea Green EyesLife Through Sea Green Eyes
Life Through Sea Green Eyes
Andy Su
?
Le progr┬s 6 sept 2011Le progr┬s 6 sept 2011
Le progr┬s 6 sept 2011
parlantichris
?
La └tica de la inform│ticaLa └tica de la inform│tica
La └tica de la inform│tica
juan-luis-aguirre
?
Muestrariio De JabonesMuestrariio De Jabones
Muestrariio De Jabones
liruvi
?
Presentaciones multimedia efectivas #6 rosa inesPresentaciones multimedia efectivas #6 rosa ines
Presentaciones multimedia efectivas #6 rosa ines
Rosainesrc
?
Vision 2053 - ProjektbeschreibungVision 2053 - Projektbeschreibung
Vision 2053 - Projektbeschreibung
Maier Torsten
?
Libro ilustra cat02Libro ilustra cat02
Libro ilustra cat02
Torres Saavedra Nelson Alberto
?
Memorias practica final_philippe_bertrand_the_machine_to_be_anotherMemorias practica final_philippe_bertrand_the_machine_to_be_another
Memorias practica final_philippe_bertrand_the_machine_to_be_another
Philippe Bertrand
?
Parque Nacional Los AlercesParque Nacional Los Alerces
Parque Nacional Los Alerces
falierovani
?
valo theko bangla kabita
valo theko bangla kabitavalo theko bangla kabita
valo theko bangla kabita
tapan sanyal
?
Buenas pr│cticas de marcas en facebookBuenas pr│cticas de marcas en facebook
Buenas pr│cticas de marcas en facebook
David Alay┏n
?
Turismo SanturtziTurismo Santurtzi
Turismo Santurtzi
onmotiva
?
HOW TO RAISE FUNDS TO START NEW BUSINESS
HOW TO RAISE FUNDS TO START NEW BUSINESSHOW TO RAISE FUNDS TO START NEW BUSINESS
HOW TO RAISE FUNDS TO START NEW BUSINESS
guide2entrepreneurs
?
Socializandos mis proyectos institucionalesSocializandos mis proyectos institucionales
Socializandos mis proyectos institucionales
Raquel Guadalupe Ch│vez Lim┏n
?
Life Through Sea Green Eyes
Life Through Sea Green EyesLife Through Sea Green Eyes
Life Through Sea Green Eyes
Andy Su
?

Similar to Git basis - usage (20)

赫庄岳+聞喘縮殻
赫庄岳+聞喘縮殻赫庄岳+聞喘縮殻
赫庄岳+聞喘縮殻
gemron
?
赫庄岳坪何凍儺猟亀
赫庄岳坪何凍儺猟亀赫庄岳坪何凍儺猟亀
赫庄岳坪何凍儺猟亀
superwen
?
Git &amp; git hub v1.2
Git &amp; git hub v1.2Git &amp; git hub v1.2
Git &amp; git hub v1.2
Chris Chen
?
Git share
Git shareGit share
Git share
mactanxin
?
Git 井云陣崙狼y -- 楬^欺崎^
Git 井云陣崙狼y -- 楬^欺崎^Git 井云陣崙狼y -- 楬^欺崎^
Git 井云陣崙狼y -- 楬^欺崎^
Wen-Tien Chang
?
Code review on github training ( beginner )
Code review on github training ( beginner )Code review on github training ( beginner )
Code review on github training ( beginner )
JS Lee
?
赫庄岳縮僥
赫庄岳縮僥赫庄岳縮僥
赫庄岳縮僥
Sitg Yao
?
Git Essence Tutorial
Git Essence TutorialGit Essence Tutorial
Git Essence Tutorial
Ho Kim
?
Visual Studio Code 酔堀貧返峺掴
Visual Studio Code 酔堀貧返峺掴Visual Studio Code 酔堀貧返峺掴
Visual Studio Code 酔堀貧返峺掴
Shengyou Fan
?
否匂c Gitlab CI 喘
否匂c Gitlab CI 喘否匂c Gitlab CI 喘
否匂c Gitlab CI 喘
Philip Zheng
?
Git 聞喘初府
Git 聞喘初府Git 聞喘初府
Git 聞喘初府
medcl
?
Continuous Delivery Workshop with Ansible x GitLab CI (5th)
 Continuous Delivery Workshop with Ansible x GitLab CI (5th) Continuous Delivery Workshop with Ansible x GitLab CI (5th)
Continuous Delivery Workshop with Ansible x GitLab CI (5th)
Chu-Siang Lai
?
寄社脅勣議垢醤 Git 椊欺喘1-児A鐙
寄社脅勣議垢醤 Git   椊欺喘1-児A鐙寄社脅勣議垢醤 Git   椊欺喘1-児A鐙
寄社脅勣議垢醤 Git 椊欺喘1-児A鐙
Alan Tsai
?
Git圻尖嚥糞媾 201607
Git圻尖嚥糞媾 201607Git圻尖嚥糞媾 201607
Git圻尖嚥糞媾 201607
Charles Tang
?
o寄社議 Git 縮W
o寄社議 Git 縮Wo寄社議 Git 縮W
o寄社議 Git 縮W
littlebtc
?
Git & git flow
Git & git flowGit & git flow
Git & git flow
Amo Wu
?
20170510 git 佝飽
20170510 git 佝飽20170510 git 佝飽
20170510 git 佝飽
Chen-Ming Yang
?
赫鴛意糞暦荷恬嚥尖胎
赫鴛意糞暦荷恬嚥尖胎赫鴛意糞暦荷恬嚥尖胎
赫鴛意糞暦荷恬嚥尖胎
i 寄
?
垢殻駅箋斷珊ぞ - Git
垢殻駅箋斷珊ぞ - Git垢殻駅箋斷珊ぞ - Git
垢殻駅箋斷珊ぞ - Git
Alan Tsai
?
赫庄岳+聞喘縮殻
赫庄岳+聞喘縮殻赫庄岳+聞喘縮殻
赫庄岳+聞喘縮殻
gemron
?
赫庄岳坪何凍儺猟亀
赫庄岳坪何凍儺猟亀赫庄岳坪何凍儺猟亀
赫庄岳坪何凍儺猟亀
superwen
?
Git &amp; git hub v1.2
Git &amp; git hub v1.2Git &amp; git hub v1.2
Git &amp; git hub v1.2
Chris Chen
?
Git 井云陣崙狼y -- 楬^欺崎^
Git 井云陣崙狼y -- 楬^欺崎^Git 井云陣崙狼y -- 楬^欺崎^
Git 井云陣崙狼y -- 楬^欺崎^
Wen-Tien Chang
?
Code review on github training ( beginner )
Code review on github training ( beginner )Code review on github training ( beginner )
Code review on github training ( beginner )
JS Lee
?
赫庄岳縮僥
赫庄岳縮僥赫庄岳縮僥
赫庄岳縮僥
Sitg Yao
?
Git Essence Tutorial
Git Essence TutorialGit Essence Tutorial
Git Essence Tutorial
Ho Kim
?
Visual Studio Code 酔堀貧返峺掴
Visual Studio Code 酔堀貧返峺掴Visual Studio Code 酔堀貧返峺掴
Visual Studio Code 酔堀貧返峺掴
Shengyou Fan
?
否匂c Gitlab CI 喘
否匂c Gitlab CI 喘否匂c Gitlab CI 喘
否匂c Gitlab CI 喘
Philip Zheng
?
Git 聞喘初府
Git 聞喘初府Git 聞喘初府
Git 聞喘初府
medcl
?
Continuous Delivery Workshop with Ansible x GitLab CI (5th)
 Continuous Delivery Workshop with Ansible x GitLab CI (5th) Continuous Delivery Workshop with Ansible x GitLab CI (5th)
Continuous Delivery Workshop with Ansible x GitLab CI (5th)
Chu-Siang Lai
?
寄社脅勣議垢醤 Git 椊欺喘1-児A鐙
寄社脅勣議垢醤 Git   椊欺喘1-児A鐙寄社脅勣議垢醤 Git   椊欺喘1-児A鐙
寄社脅勣議垢醤 Git 椊欺喘1-児A鐙
Alan Tsai
?
Git圻尖嚥糞媾 201607
Git圻尖嚥糞媾 201607Git圻尖嚥糞媾 201607
Git圻尖嚥糞媾 201607
Charles Tang
?
o寄社議 Git 縮W
o寄社議 Git 縮Wo寄社議 Git 縮W
o寄社議 Git 縮W
littlebtc
?
Git & git flow
Git & git flowGit & git flow
Git & git flow
Amo Wu
?
赫鴛意糞暦荷恬嚥尖胎
赫鴛意糞暦荷恬嚥尖胎赫鴛意糞暦荷恬嚥尖胎
赫鴛意糞暦荷恬嚥尖胎
i 寄
?
垢殻駅箋斷珊ぞ - Git
垢殻駅箋斷珊ぞ - Git垢殻駅箋斷珊ぞ - Git
垢殻駅箋斷珊ぞ - Git
Alan Tsai
?

Recently uploaded (6)

唖荻供寄僥穎匍屬(雨看粥僥了屬僥煽範屬忽翌藻僥)一尖
唖荻供寄僥穎匍屬(雨看粥僥了屬僥煽範屬忽翌藻僥)一尖唖荻供寄僥穎匍屬(雨看粥僥了屬僥煽範屬忽翌藻僥)一尖
唖荻供寄僥穎匍屬(雨看粥僥了屬僥煽範屬忽翌藻僥)一尖
kaozytf
?
2025 NVIDIA GTC: Crack the AI Black Box: Practical Techniques for Explainable AI
2025 NVIDIA GTC: Crack the AI Black Box: Practical Techniques for Explainable AI2025 NVIDIA GTC: Crack the AI Black Box: Practical Techniques for Explainable AI
2025 NVIDIA GTC: Crack the AI Black Box: Practical Techniques for Explainable AI
David vonThenen
?
Build_With_AI_2025 Gemini 2.0 New Function
Build_With_AI_2025  Gemini 2.0 New FunctionBuild_With_AI_2025  Gemini 2.0 New Function
Build_With_AI_2025 Gemini 2.0 New Function
kevinchiu59
?
謄徃韻寄僥穎匍屬(永鴛意意僥了屬袈云穎匍屬慕)一尖
謄徃韻寄僥穎匍屬(永鴛意意僥了屬袈云穎匍屬慕)一尖謄徃韻寄僥穎匍屬(永鴛意意僥了屬袈云穎匍屬慕)一尖
謄徃韻寄僥穎匍屬(永鴛意意僥了屬袈云穎匍屬慕)一尖
kaozytf
?
Cantonmade 2025 Hotel Supplier Catalog: Technical Specs for Engineers & Integ...
Cantonmade 2025 Hotel Supplier Catalog: Technical Specs for Engineers & Integ...Cantonmade 2025 Hotel Supplier Catalog: Technical Specs for Engineers & Integ...
Cantonmade 2025 Hotel Supplier Catalog: Technical Specs for Engineers & Integ...
RayChan91
?
2025 DeveloperWeek - The Sound of Innovation: Why Voice Cloning Will Redefine...
2025 DeveloperWeek - The Sound of Innovation: Why Voice Cloning Will Redefine...2025 DeveloperWeek - The Sound of Innovation: Why Voice Cloning Will Redefine...
2025 DeveloperWeek - The Sound of Innovation: Why Voice Cloning Will Redefine...
David vonThenen
?
唖荻供寄僥穎匍屬(雨看粥僥了屬僥煽範屬忽翌藻僥)一尖
唖荻供寄僥穎匍屬(雨看粥僥了屬僥煽範屬忽翌藻僥)一尖唖荻供寄僥穎匍屬(雨看粥僥了屬僥煽範屬忽翌藻僥)一尖
唖荻供寄僥穎匍屬(雨看粥僥了屬僥煽範屬忽翌藻僥)一尖
kaozytf
?
2025 NVIDIA GTC: Crack the AI Black Box: Practical Techniques for Explainable AI
2025 NVIDIA GTC: Crack the AI Black Box: Practical Techniques for Explainable AI2025 NVIDIA GTC: Crack the AI Black Box: Practical Techniques for Explainable AI
2025 NVIDIA GTC: Crack the AI Black Box: Practical Techniques for Explainable AI
David vonThenen
?
Build_With_AI_2025 Gemini 2.0 New Function
Build_With_AI_2025  Gemini 2.0 New FunctionBuild_With_AI_2025  Gemini 2.0 New Function
Build_With_AI_2025 Gemini 2.0 New Function
kevinchiu59
?
謄徃韻寄僥穎匍屬(永鴛意意僥了屬袈云穎匍屬慕)一尖
謄徃韻寄僥穎匍屬(永鴛意意僥了屬袈云穎匍屬慕)一尖謄徃韻寄僥穎匍屬(永鴛意意僥了屬袈云穎匍屬慕)一尖
謄徃韻寄僥穎匍屬(永鴛意意僥了屬袈云穎匍屬慕)一尖
kaozytf
?
Cantonmade 2025 Hotel Supplier Catalog: Technical Specs for Engineers & Integ...
Cantonmade 2025 Hotel Supplier Catalog: Technical Specs for Engineers & Integ...Cantonmade 2025 Hotel Supplier Catalog: Technical Specs for Engineers & Integ...
Cantonmade 2025 Hotel Supplier Catalog: Technical Specs for Engineers & Integ...
RayChan91
?
2025 DeveloperWeek - The Sound of Innovation: Why Voice Cloning Will Redefine...
2025 DeveloperWeek - The Sound of Innovation: Why Voice Cloning Will Redefine...2025 DeveloperWeek - The Sound of Innovation: Why Voice Cloning Will Redefine...
2025 DeveloperWeek - The Sound of Innovation: Why Voice Cloning Will Redefine...
David vonThenen
?

Git basis - usage

  • 2. ~$ whoami ¢ Len ¢ Blog ¢ len.hack-stuff.com
  • 7. ]嗤井云陣崙 (SCM) 議r昨 ... A ★ A ★ A
  • 8. ]嗤井云陣崙 (SCM) 議r昨 ... A ★ A ★ A ★ A
  • 9. ]嗤井云陣崙 (SCM) 議r昨 ... A ★ A ★ A ★ A ★ A
  • 10. ]嗤井云陣崙 (SCM) 議r昨 ... A ★ A ★ A ★ A ★ A 個阻奕Nk
  • 13. 井云陣崙 A ★ A''
  • 14. 井云陣崙 A ★ A'' ★ A'''
  • 15. 井云陣崙 A ★ A'' ★ A''' ★ A''''
  • 16. 井云陣崙 A ★ A'' ★ A''' ★ A'''' ★ A'''''
  • 18. 酒汽栖傍 on宛 個辛參壅指肇 圭宴M佩F亅揖蝕窟 鎮箏n宛┌殖
  • 19. 云C Local version control 頼畠壓云C 奕N陣崙 亅揖蝕窟 FTP ( ) 奕N^蛍n宛 n宛i棒奕Nk
  • 20. 嶄陣 Central version control Server o畠何議 焚N脅勣W揃 豼穆Nk SVN
  • 21. Distributed version control 寄社脅嗤屁芸o Server 豼 孚唸ぷ 羨_l y撹匯F
  • 23. Linux kernel 藾暴Q kernel hackers 階寄議Y楚 聞喘 BitKeeper 恂 scm
  • 25. 酔堀 挫貧返 屶址掲來_l fork fork 肇 頼畠蛍柊 藾暴Q Linux kernel 景棒繁議Y創楚
  • 26. on宛酔孚遇音頁on宛餓 C 否楚弌 焚N並ラ窄脅壓云CM佩 C o性和 (pull) 音俶勣W揃匆辛參 code C 心 log 、戻住 commit 脅壓云C\恬 C 寄寄盾Q svn 議髪c sha checksum _隠n宛頼屁來
  • 27. 聞喘 Git 議瘟T project Linux kernel jQuery node.js django cakePHP Rails bootstrap https://git.wiki.kernel.org/index.php/GitProjects
  • 29. 慧 code 議} Repository Q repo 云仇 (Local) 脅慧匯 repo C 壓云Co C 辛參心撹耽 local 祥頁匯羨議 server h極謀捲匂 (Server) 匆嗤匯 repo C oF_lM業
  • 30. len@len-desktop:~$ mkdir repo len@len-desktop:~/gitdemo$ git init repo Initialized empty Git repository in /home/len/gitdemo/repo/.git/ .git 軸辛恬頁 local repo e中o广n宛啜筏蕃Y
  • 31. 性e繁議 repo 和 git clone git://github.com/jquery/jquery.git
  • 32. len@len-desktop:~/gitdemo/repo$ touch a.c a.c #include <stdio.h> int main() { printf("Hello git"); return 0; }
  • 33. git status len@len-desktop:~/gitdemo/repo$ git status # On branch master # # Initial commit # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # a.c # a.out nothing added to commit but untracked files present (use "git add" to track)
  • 34. git add 紗秘弖 len@len-desktop:~/gitdemo/repo$ git add a.c len@len-desktop:~/gitdemo/repo$ git status # Changes to be committed: # (use "git rm --cached <file>..." to unstage) # # new file: a.c # # Untracked files: # (use "git add <file>..." to include in what will be committed) # # a.out
  • 35. 凪麿械喘峺綜 函弖 C git rm (git add 議犒 ) 戻住 C git commit 臥心n宛B C git status 指n宛B C git checkout C git reset
  • 36. git commit 戻住 git commit -m 'initial repo' [master (root-commit) af84a62] initial repo 1 files changed, 6 insertions(+), 0 deletions(-) create mode 100644 a.c
  • 37. git log 臥心 commit log git log --stat commit af84a6279fa2968f2ba2ca6cd2211302281f814d Author: Len <a78965@gmail.com> Date: Thu Aug 2 14:44:53 2012 +0800 initial repo a.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
  • 38. git log 臥心 commit log git log --stat commit af84a6279fa2968f2ba2ca6cd2211302281f814d Author: Len <a78965@gmail.com> 耽肝戻住議 Date: Thu Aug 2 14:44:53 2012 +0800 SHA initial repo a.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
  • 39. git log 臥心 commit log git log --stat commit af84a6279fa2968f2ba2ca6cd2211302281f814d Author: Len <a78965@gmail.com> Date: Thu Aug 2 14:44:53 2012 +0800 git config --global user.name 'Len' initial repo a.c git 6 ++++++ | config --global user.email 'a78965@gmail.com' 1 files changed, 6 insertions(+), 0 deletions(-)
  • 40. git log 臥心 commit log git log --stat commit af84a6279fa2968f2ba2ca6cd2211302281f814d Author:Commit 連 Len <a78965@gmail.com> Date: Thu Aug 2 14:44:53 2012 +0800 initial repo a.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
  • 41. git log 臥心 commit log git log --stat commit af84a6279fa2968f2ba2ca6cd2211302281f814d Author: Len <a78965@gmail.com> Date: Thu Aug 2 14:44:53 2012 +0800 n宛 initial repo a.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
  • 42. 貧肝議 commit o出 HEAD C 貧貧肝議 commit o祥頁 HEAD^ C 貧貧貧肝議 commit o祥頁 HEAD^^ 參緩容
  • 44. AO議 branch 出 master 壓]_ branch 念厘議_l頁@ A ★ A'' ★ A''' ★ A'''' ★ A'''''
  • 45. y仟孔嬬 訌輙孔嬬 o識俐 bug 0顕新櫺霽∫_l
  • 46. _匯出 dev 議 branch 喘迚_l仟孔嬬 ? git branch dev 俳欺 dev branch ? git checkout dev n宛挫] O___Oa
  • 47. a.c #include <stdio.h> int main() { printf("%dn" ,test(777,2) ); return 0; } int test(int x,int y) { return x*y; }
  • 48. ? git add a.c ? git status # On branch dev # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: a.c
  • 49. git commit -m 'add test function' [dev f777b13] add test function 1 files changed, 5 insertions(+), 1 deletions(-)
  • 50. ? git log commit f777b13459e9459d8d990f50e3ca678cf4437308 Author: Len <a78965@gmail.com> Date: Thu Aug 2 15:33:50 2012 +0800 add test function commit af84a6279fa2968f2ba2ca6cd2211302281f814d Author: Len <a78965@gmail.com> Date: Thu Aug 2 14:44:53 2012 +0800 initial repo
  • 51. e梨阻厘壓 dev branch 貧 git checkout master
  • 52. ? git log commit af84a6279fa2968f2ba2ca6cd2211302281f814d Author: Len <a78965@gmail.com> Date: Thu Aug 2 14:44:53 2012 +0800 initial repo master 効 dev 議M業頁蛍_議
  • 54. 壓 master 貧中戻住仟議 commit ? git checkout master ? touch b.c ? git add b.c ? git commit -m 'add b.c file'
  • 56. 厘誨 master 効 dev 栽 ? git merge dev Merge made by recursive. a.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) l伏阻焚N並
  • 57. git log commit b1acc389acfd6bbfaf4435cf59a5617b2b37fc8f Merge: 5deb2bc f777b13 Author: Len <a78965@gmail.com> merge a伏議 log Date: Thu Aug 2 15:57:21 2012 +0800 Merge branch 'dev' commit 5deb2bcd68f956ce1d58856f3d5af1c21682b20c Author: Len <a78965@gmail.com> Date: Thu Aug 2 15:50:12 2012 +0800 add b.c file commit f777b13459e9459d8d990f50e3ca678cf4437308 Author: Len <a78965@gmail.com> Date: Thu Aug 2 15:33:50 2012 +0800 add test function
  • 58. git log commit b1acc389acfd6bbfaf4435cf59a5617b2b37fc8f Merge: 5deb2bc f777b13 Author: Len <a78965@gmail.com> Date: Thu Aug 2 15:57:21 2012 +0800 Merge branch 'dev' commit 5deb2bcd68f956ce1d58856f3d5af1c21682b20c Author: Len <a78965@gmail.com> Date: Thu Aug 2 15:50:12 2012 +0800 master 議 commit log add b.c file 仟奐 b.c commit f777b13459e9459d8d990f50e3ca678cf4437308 Author: Len <a78965@gmail.com> Date: Thu Aug 2 15:33:50 2012 +0800 add test function
  • 59. git log commit b1acc389acfd6bbfaf4435cf59a5617b2b37fc8f Merge: 5deb2bc f777b13 Author: Len <a78965@gmail.com> Date: Thu Aug 2 15:57:21 2012 +0800 Merge branch 'dev' commit 5deb2bcd68f956ce1d58856f3d5af1c21682b20c Author: Len <a78965@gmail.com> Date: Thu Aug 2 15:50:12 2012 +0800 add b.c file commit f777b13459e9459d8d990f50e3ca678cf4437308 Author: Len <a78965@gmail.com> Date: Thu Aug 2 15:33:50 2012 +0800 dev 議 commit log add test function 慧阻 test function
  • 60. n宛椿 C a.c C b.c
  • 61. a.c #include <stdio.h> int main() { printf("%dn" ,test(777,2) ); return 0; } int test(int x,int y) { return x*y; }
  • 62. a.c #include <stdio.h> int main() { - printf(^Hello git ̄); + printf("%dn" ,test(777,2) ); return 0; } + int test(int x,int y) { + return x*y; +}
  • 67. Conflect C n融欺阻 git 音岑祇奕N栽禝r昨 ...
  • 68. n融議n宛祥L@ <<<<<<< HEAD:index.html <div id="footer">contact : email.support@github.com</div> ======= <div id="footer"> please contact us at support@github.com </div> >>>>>>> iss53:index.html
  • 70. 個阻 厘觧惶竣釶痃惨 commit 議B ? git reset --hard HEAD 厘 a.c 恷瘁匯肝 commit 議B ? git checkout a.c 厘 commit log 議 sha 頁 af84a C 椎r議 a.c n宛B ? git checkout af84a a.c
  • 71. 厘峪觚鍔釶痃惨竜 commit log ? git commit --amend 厘觧惶 af84a ? git reset --hard af84a C ┿慍使 , 柮 branch 嘛 厘觧惶 af84a 徽音諧B揖n宛B個 ? git reset --soft af84a
  • 73. AO議 remote branch 出 origin
  • 74. git remote add origin2 0xlen@github.com
  • 75. z臥h極 server 議o頁倦匯崑 C K拝徭唳 ? git pull ? = git fetch + git merge
  • 76. 云C議井云 push 欺h極厚仟 ? git push C 壓h極仟奐 branch
  • 77. ? git push ? git push origin ? git push origin: C 徭嗟撞粛兆Q議 branch ? git push origin test:test C 委 local 議 test branch 容欺h極議 test branch C 飛h極音贋壓徭喀羨 ? git push origin :test C h茅h極議 test branch
  • 79. Demo
  • 80. Q&A
  • 82. Reference http://git-scm.com/book http://www.slideshare.net/littlebtc/git-5528339 http://blog.wu-boy.com/2012/02/how-to-use-git http://www.slideshare.net/tim518/loving-git2