3 Jos voit lukea vain yhden kappaleen päästäksesi vauhtiin Gitin kanssa, se on tämä. Tämä kappale sisältää jokaisen peruskomennon jonka tarvitset tehdäksesi valtavan määrän asioita, joiden kanssa viimein tulet käyttämään aikaasi Gitillä työskennellessäsi. Tämän kappaleen lopussa, sinun tulisi pystyä konfiguroimaan ja alustamaan tietolähde, aloittamaan ja lopettamaan tiedostojen jäljitys, ja lavastaa ja tehdä pysyviä muutoksia. Me myös näytämme sinulle kuinka asettaa Git niin, että se jättää tietyt tiedostot ja tiedostomallit huomioimatta, kuinka kumota virheet nopeasti ja helposti, kuinka selata projektisi historiaa ja tarkastella muutoksia pysyvien muutosten välillä, ja kuinka työntää ja vetää etätietolähteistä.
5 ## Git tietolähteen hankinta ##
7 Voit hankkia itsellesi Git projektin käyttäen kahta yleistä lähestymistapaa. Ensimmäinen ottaa jo olemassa olevan projektin tai hakemiston ja tuo sen Gittiin. Toinen kloonaa jo olemassa olevan Git tietolähteen toiselta palvelimelta.
9 ### Tietolähteen alustaminen jo olemassa olevalle hakemistolle ###
11 Jos aloitat jo olemassa olevan projektin jäljittämisen Gitillä, sinun täytyy mennä projektisi hakemistoon ja kirjoittaa
15 Tämä luo uuden alihakemiston nimeltään .git, joka sisältää kaikki tarvittavat tietolähde tiedostot - luurangon Git tietolähteelle. Tällä hetkellä, mitään projektissasi ei vielä jäljitetä. (Katso Luku 9 saadaksesi enemmän tietoa siitä, mitä tiedostoja tarkalleen ottaen juuri luomasi `.git` hakemisto sisältää.)
17 Jos haluat aloittaa versionhallinan jo olemassa oleville tiedostoille (tyhjän kansion sijaan), sinun täytyy mitä luultavammin aloittaa näiden tiedostojen jäljittäminen ja tehdä alustava pysyvä muutos. Sinä saavutat tämän muutamalla git komennolla, joista ensimmäiset määrittävät mitä tiedostoja haluat jäljittää ja joita seuraa pysyvän muutoksen luonti:
21 $ git commit –m 'initial project version'
23 Me käymme pian läpi mitä nämä komennot tekevät. Tällä hetkellä, sinulla on Git tietolähde, joka jäljittää tiedostoja sekä alustava pysyvä muutos.
25 ### Olemassa olevan tietolähteen kloonaus ###
27 Jos haluat kopion olemassa olevasta tietolähteestä - esimerkiksi, projektista johon haluat olla osallisena - komento jonka tarviat on git clone. Jos muut VCS järjestelmät, kuten Subversion ovat sinulle tuttuja, niin huomaat, että komento on clone, eikä checkout. Tämä on tärkeä ero - Git saa kopion melkein kaikesta datasta mitä palvelimella on. Jokainen versio jokaisesta tiedostosta projektin historiasta tulee vedetyksi, kun suoritat `git clone`-komennon. Itseasiassa, jos palvelimesi levy korruptoituu, voit käyttää mitä tahansa klooneista, miltä tahansa asiakas sovellukselta, asettaaksesi palvelimen takaisin tilaan, jossa se oli kun se kloonattiin (voit menettää jotain palvelinpuolen sovelluskoukkuja ja muuta, mutta kaikki versioitu data on tallessa - katso Luku 4 tarkempia yksityiskohtia varten).
29 Kloonaat tietolähteen `git clone [url]`-komennolla. Esimerkiksi, jos haluat kloonata Gritiksi kutsutun Ruby Git kirjaston, voit tehdä sen näin:
31 $ git clone git://github.com/schacon/grit.git
33 Tämä luo hakemiston nimeltään "grit", alustaa `.git` hakemiston sen sisään, vetää kaiken datan tietolähteestä, ja hakee viimeisimmän version työkopion. Jos menet uuteen `grit` hakemistoon, näet projektin tiedostot, valmiina työtä varten tai käytettäväksi. Jos haluat kloonata tietolähteen hakemistoon, joka on nimetty joksikin muuksi kuin grit, voit antaa nimen seuraavanlaisella komentorivi optiolla:
35 $ git clone git://github.com/schacon/grit.git mygrit
37 Tämä komenta tekee samanasian kuin edellinen, mutta kohde hakemisto on nimeltään mygrit.
39 Git has a number of different transfer protocols you can use. The previous example uses the `git://` protocol, but you may also see `http(s)://` or `user@server:/path.git`, which uses the SSH transfer protocol. Chapter 4 will introduce all of the available options the server can set up to access your Git repository and the pros and cons of each.
41 Gitissä on monta erillaista siirto protokollaa jota voit käyttää. Edellinen esimerkki käyttää `git://` protokollaa, mutta voit myös nähdä `http(s)://` tai `user@server:/path.git`, joka käyttää SSH siirto protokollaa. Luku 4 esittelee kaikki saatavilla olevat optiot, miten palvelin voi asettaa Git tietolähteen, sekä jokaisin hyvät ja huonot puolet.
43 ## Muutosten tallennus tietolähteeseen ##
45 Sinulla on vilpitön Git tietolähde ja haettu- tai työkopio projektin tiedostoista. Sinun täytyy tehdä joitain muutoksia ja pysyviä tilannekuvia näistä muutoksista sinun tietolähteeseesi joka kerta, kun projekti saavuttaa tilan jonka haluat tallentaa.
47 Muista, että jokainen tiedosto työhakemistossasi, voi olla yhdessä kahdesta tilasta: jäljitetty tai jäljittämätön. Jäljitetyt tiedostot ovat tiedostoja, jotka olivat viimeisimmässä tilannekuvassa; ne voivat olla muokkaamattomia, muokattuja, tai lavastettuja. Jäljittämättömät tiedostot ovat kaikkea muuta - mitkä tahansa tiedostot työhakemistossasi, jotka eivät olleet viimeisimmässä tilannekuvassa ja jotka eivät ole lavastusalueella. Kun ensimmäisen kerran kloonaat tietolähten, kaikki tiedostoistasi tulevat olemaan jäljitettyjä ja muokkaamattomia, koska sinä juuri hait ne ja et ole muokannut vielä mitään.
49 Editoidessasi tiedostoja, Git näkee ne muokattuina, koska olet muuttanut niitä viimeisimmän pysyvän muutoksen jälkeen. Lavastat nämä muutetut tiedostot, jonka jälkeen muutat kaikki lavastetut muutokset pysyvästi, ja sykli toistuu. Tämä elämänsykli on kuvattu Kuvassa 2-1.
51 Insert 18333fig0201.png
52 Kuva 2-1. Tiedostojesi tilan elämänsykli.
54 ### Tiedostojesi tilan tarkistaminen ###
56 Päätyökalu tiedostojesi eri tilojen selvittämiseen on git status komento. Jos ajat tämän komennon suoraan kloonauksen jälkeen, sinun tulisi nähdä jotain vastaavaa:
60 nothing to commit (working directory clean)
62 Tämä tarkoittaa, että sinulla on puhdas työhakemisto - toisin sanoen, se ei sisällä jäljitettyjä tai muutettuja tiedostoja. Git ei myöskään näe yhtään jäljittämätöntä tiedostoa, muuten ne olisi listattu näkymään. Viimein, komento kertoo sinulle missä haarassa olet. Tällä hetkellä se on aina master haara, joka on oletusarvo; sinun ei tarvitse huolehtia siitä nyt. Seuraavan kappale käy läpi haarautumiset ja viittaukset yksityiskohtaisesti.
64 Sanotaan vaikka, että lisäät uuden tiedoston projektiin, vaikka yksinkertaisen README-tiedoston. Jos tiedosto ei ollut olemassa ennen, ja ajat `git status`-komennon, näet jäljittämättömän tiedoston tällä tavoin:
70 # (use "git add <file>..." to include in what will be committed)
73 nothing added to commit but untracked files present (use "git add" to track)
75 Voit nähdä, että juuri luomasi README tiedosto on jäljittämätön, koska se on otsikon “Untracked files” alla tilatulosteessa. Jäljittämätön periaatteessa tarkoittaa, että Git näkee tiedoston, jota ei ollut edellisessä tilannekuvassa (pysyvässä muutoksessa); Git ei aloita sisällyttämään sitä sinun pysyviin muutostilannekuviisi, ennen kuin sinä vartavasten kerrot sen tehdä niin. Se tekee tämän, että et vahingossa alkaisi lisäämään generoituja binaaritiedostoja tai muita tiedostoja, joita et tarkoittanut lisätä. Haluat lisätä README:n, joten aloitetaan jäljittämään tiedostoa.
77 ### Uusien tiedostojen jäljitys ###
79 Jotta voisit jäljittää uusia tiedostoja, sinun täytyy käyttää `git add`-komentoa. Aloittaaksesi README tiedoston jäljittämisen, voit ajaa tämän:
83 Jos ajat tila komennon uudestaan, näet että README tiedostosi on nyt jäljitetty ja lavastettu:
87 # Changes to be committed:
88 # (use "git reset HEAD <file>..." to unstage)
93 Voit nähdä, että se on lavastettu, koska se on otsikon “Changes to be committed” alla. Jos teet pysyvän muutoksen tässä kohtaa, versio tiedostosta sillä hetkellä kun ajoit 'git add'-komennon on se, joka tulee olemaan historian tilannekuvassa. Voit palauttaa mieleen hetken, jolloin ajoit 'git init'-komennon aikaisemmin, ajoit sen jälkeen 'git add'-komennon - tämä komento aloitti tiedostojen jäljittämisen hakemistossa. Git add komento ottaa polunnimen joko tiedostolle tai hakemistolle; jos se on hakemisto, niin komento lisää kaikki tiedostot hakemiston alta rekursiivisesti.
95 ### Muutettujen tiedostojen lavastus ###
97 Muutetaanpa tiedostoa, joka on jo jäljitetty. Jos muutat aikaisemmin jäljitettyä `benchmarks.rb` tiedostoa ja sen jälkeen ajat `status` komennon uudestaan, saat suunnilleen tämännäköisen tulosteen:
101 # Changes to be committed:
102 # (use "git reset HEAD <file>..." to unstage)
106 # Changed but not updated:
107 # (use "git add <file>..." to update what will be committed)
109 # modified: benchmarks.rb
112 Benchmarks.rb tiedosto näkyy kohdan “Changed but not updated” alla - mikä tarkoittaa, että tiedostoa jota jäljitetään on muokattu työskentely hakemistossa, mutta sitä ei vielä ole lavastettu. Lavastaaksesi sen, ajat `git add` komennon (se on monitoimikomento - käytät sitä aloittaaksesi uusien tiedostojen jäljittämisen, lavastaaksesi tiedostoja, ja tehdäksesi muita asioita, kuten merkataksesi liitos-konflikti tiedostot ratkaistuksi). Ajetaanpa nyt `git add`-komento lavastaaksemme benchmarks.rb tiedoston, ja sitten `git status`-komento uudestaan:
114 $ git add benchmarks.rb
117 # Changes to be committed:
118 # (use "git reset HEAD <file>..." to unstage)
121 # modified: benchmarks.rb
124 Kummatkin tiedostot ovat lavastettuja ja tulevat menevät seuraavaan pysyvään muutokset. Tällä kyseisellä hetkellä, oletetaan että muistat pienen muutoksen, jonka haluat tehdä benchmarks.rb tiedostoon, ennen kuin teet pysyvää muutosta. Avaat tiedoston uudestaan ja muutat sitä, jonka jälkeen olet valmis tekemään pysyvän muutoksen. Mutta ajetaan silti `git status`-komento vielä kerran:
129 # Changes to be committed:
130 # (use "git reset HEAD <file>..." to unstage)
133 # modified: benchmarks.rb
135 # Changed but not updated:
136 # (use "git add <file>..." to update what will be committed)
138 # modified: benchmarks.rb
141 Mitä ihmettä? Nyt benchmarks.rb on listattu sekä lavastettuna että lavastamattomana. Miten se on mahdollista? Tapahtuu niin, että Git lavastaa tiedoston juuri sellaisena kuin se on, kun ajat 'git add'-komennon. Jos teet pysyvän muutoksen nyt, niin benchmark.rb tiedoston versio sillä hetkellä, kun ajoit 'git add'-komennon, on se, joka menee tähän pysyvään muutokseen, eikä se tiedoston versio, joka on työskentely hakemistossasi sillä hetkellä, kun ajat 'git commit'-komennon. Jos muutat tiedostoa sen jälkeen, kun olet ajanut `git add`-komennon, täytyy sinun ajaa `git add` uudestaan lavastaaksesi uusimman version tiedostosta:
143 $ git add benchmarks.rb
146 # Changes to be committed:
147 # (use "git reset HEAD <file>..." to unstage)
150 # modified: benchmarks.rb
153 ### Tiedostojen sivuuttaminen ###
155 Usein, sinulla on luokka tiedostoja, joita et halua Gitin automaattisesti lisäävän tai edes näyttävän, että ne ovat jäljittämättömiä. Näitä ovat yleensä automaattisesti generoidut tiedostot, kuten logi-tiedostot tai tiedostot, jotka sinun rakennejärjestelmä on luonut. Tällaisissa tapauksissa, voit luoda tiedoston listaus malleja löytääksesi ne, .gitignore tiedostoon. Tässä on esimerkki .gitignore tiedostosta:
161 Ensimmäinen rivi kertoo Gitille, että jokainen tiedosto joka loppuu .o tai .a päätteeseen, sivuutetaan - näitä ovat mm. olio ja arkisto tiedostot, jotka voivat olla ohjelmakoodisi rakennuksen tulos. Toinen rivi kertoo Gitille, että kaikki tiedostot, jotka loppuvat tildeen (`~`), mitkä yleensä ovat monen teksti-editorin, kuten Emacsin tapa merkata väliaikaisia tiedostoja, sivuutetaan. Voit myös sisällyttää log, tmp, tai pid hakemiston; automaattisesti generoidun dokumentaation; ja niin edelleen. Välttääksesi sellaisten tiedostojen joutumisten Git tietolähteeseen, joita et sinne alunperinkään halua menevän, on .gitignore tiedoston asettaminen ennen varsinaisen työskentelyn aloittamista yleensä hyvä idea.
163 Säännöt malleille joita voit pistää .gitignore tiedostoon ovat seuraavanlaiset:
165 * Tyhjät rivit ja rivit jotka alkaa # merkillä sivuutetaan.
166 * Yleiset keräysmallit toimivat.
167 * Voit päättää malleja kenoviivalla (`/`) määrittääksesi hakemiston.
168 * Voit kieltää mallin aloittamalla sen huutomerkillä (`!`).
170 Keräysmallit ovat kuin yksinkertaistettuja 'säännöllisiä ilmaisuja' (regular expressions), joita komentorivit käyttävät. Asteriski (`*`) löytää nolla tai enemmän merkkiä; `[abc]` löytää jokaisen merkin, joka on hakasulkujen sisällä (tässä tapauksessa a:n, b:n tai c:n); kysymysmerkki (`?`) löytää yksittäisen merkin; hakasulut, jotka ovat väliviivalla erotettujen merkkien ympärillä (`[0-9]`) löytävät jokaisen merkin, joka on merkkien välissä, tai on itse merkki (tässä tapauksessa merkit 0:sta 9:n).
172 Tässä toinen esimerkki .gitignore tiedostosta:
174 # kommentti – tämä sivuutetaan
175 *.a # ei .a tiedostoja
176 !lib.a # mutta jäljitä lib.a, vaikka sivuutatkin .a tiedostot yllä
177 /TODO # sivuttaa vain juuren TODO tiedosto, ei subdir/TODO hakemistoa
178 build/ # sivuttaa kaikki tiedostot build/ hakemistosta
179 doc/*.txt # sivuttaa doc/notes.txt, mutta ei doc/server/arch.txt
181 ### Lavastettujen ja lavastattomien muutosten tarkastelu ###
183 Jos `git status`-komento on liian epämääräinen sinulle - haluat tietää tarkalleen mitä on muutettu, et ainoastaan sitä, mitkä tiedostot ovat muuttuneet - voit käyttää `git diff`-komentoa. Me käsittelemme `git diff`-kommenon yksityiskohtaisesti myöhemmin; mutta sinä tulet mahdollisesti käyttämään sitä useasti, vastataksesi näihin kahteen kysymykseen: Mitä olet muuttanut, mutta et ole vielä lavastanut? Ja mitä sellaista olet lavastanut, josta olet tekemässä pysyvän muutoksen? Vaikkakin `git status` vastaa näihin kysymyksiin yleisesti, `git diff` näyttää sinulle tarkalleen ne rivit, jotka on lisätty ja poistettu - vähän niin kuin pätsi.
185 Sanotaan vaikka, että muokkaat ja lavastat README tiedostoa uudestaan, jonka jälkeen muokkaat benchmarks.rb tiedostoa, ilman että lavastat sitä. Jos ajat `status`-komennon, näet jälleen kerran jotain tällaista:
189 # Changes to be committed:
190 # (use "git reset HEAD <file>..." to unstage)
194 # Changed but not updated:
195 # (use "git add <file>..." to update what will be committed)
197 # modified: benchmarks.rb
200 Nähdäksesi mitä olet muuttanut, mutta et vielä lavastanut, kirjoita `git diff` ilman mitään muita argumentteja:
203 diff --git a/benchmarks.rb b/benchmarks.rb
204 index 3cb747f..da65585 100644
207 @@ -36,6 +36,10 @@ def main
208 @commit.parents[0].parents[0].parents[0]
211 + run_code(x, 'commits 1') do
215 run_code(x, 'commits 2') do
216 log = git.commits('master', 15)
219 Tämä komento vertailee sitä, mitä sinun työskentely hakemistossa on verrattuna siihen, mitä sinun lavastus alueellasi on. Tulos kertoo tekemäsi muutokset, joita et ole vielä lavastanut.
221 Jos haluat nähdä mitä sellaista olet lavastanut, joka menee seuraavaan pysyvään muutokseen, voit käyttää `git diff –-cached`-komentoa. (Git versiossa 1.6.1:stä lähtien, voit käyttää myös `git diff –-staged`-komentoa, joka on helpompi muistaa.) Tämä komento vertailee lavastettuja muutoksia viimeisimpään pysyvään muutokseen.
224 diff --git a/README b/README
226 index 0000000..03902a1
231 + by Tom Preston-Werner, Chris Wanstrath
232 + http://github.com/mojombo/grit
234 +Grit is a Ruby library for extracting information from a Git repository
236 On tärkeää ottaa huomioon, että `git diff` itsessään ei näytä kaikkia muutoksia viimeisimmästä pysyvästä muutoksesta lähtien - vain muutokset jotka ovat yhä lavastamattomia. Tämä voi olla sekavaa, koska kun olet lavastanut kaikki muutoksesi, `git diff` ei anna ollenkaan tulostetta.
238 Toisena esimerkkinä, jos lavastat benchmarks.rb tiedoston ja sitten muokkaat sitä, voit käyttää `git diff`-komentoa nähdäksesi tiedoston lavastetut muutokset ja lavastamattomat muutokset:
240 $ git add benchmarks.rb
241 $ echo '# test line' >> benchmarks.rb
245 # Changes to be committed:
247 # modified: benchmarks.rb
249 # Changed but not updated:
251 # modified: benchmarks.rb
254 Nyt voit käyttää `git diff`-komentoa nähdäksesi mitä on yhä lavastamatta:
257 diff --git a/benchmarks.rb b/benchmarks.rb
258 index e445e28..86b2f7c 100644
261 @@ -127,3 +127,4 @@ end
264 ##pp Grit::GitRuby.cache_client.stats
267 ja `git diff --cached`-komentoa nähdäksesi mitä olet lavastanut tähän mennessä:
270 diff --git a/benchmarks.rb b/benchmarks.rb
271 index 3cb747f..e445e28 100644
274 @@ -36,6 +36,10 @@ def main
275 @commit.parents[0].parents[0].parents[0]
278 + run_code(x, 'commits 1') do
282 run_code(x, 'commits 2') do
283 log = git.commits('master', 15)
286 ### Pysyvien muutoksien tekeminen ###
288 Nyt kun lavastusalueesi on asetettu niin kuin sen haluat, voit tehdä muutoksistasi pysyviä. Muista, että kaikki, mikä vielä on lavastamatta - mitkä tahansa tiedostot, jotka olet luonut tai joita olet muokannut, joihin et ole ajanut `git add`-komentoa editoinnin jälkeen - ei mene pysyvään muutokseen. Ne pysyvät muokattuina tiedostoina levylläsi.
289 Tässä tapauksessa oletamme, että viime kerran kun ajoit `git status`-komennon, näit, jotta kaikki oli lavastattu, joten olet valmis tekemään pysyvän muutoksen. Helpoin tapa pysyvän muutoksen tekoon on kirjoittaa `git commit`:
293 Tämän suorittaminen aukaisee editorisi. (Tämä on asetettu komentorivisi `$EDITOR` ympäristömuuttujalla - yleensä vim tai emacs, kuitenkin voit konfiguroida sen käyttämään mitä tahansa haluat, käyttäen `git config --global core.editor`-komentoa, kuten Kappeleessa 1 näit).
295 Editori näyttää seuraavanlaisen tekstin (tämä esimerkki on Vimistä):
297 # Please enter the commit message for your changes. Lines starting
298 # with '#' will be ignored, and an empty message aborts the commit.
300 # Changes to be committed:
301 # (use "git reset HEAD <file>..." to unstage)
304 # modified: benchmarks.rb
308 ".git/COMMIT_EDITMSG" 10L, 283C
310 Voit nähdä, että oletuksena pysyvän muutoksen viesti sisältää viimeisimmän `git status`-komennon syötteen kommentoituna ja yhden tyhjän rivin ylhäällä. Voit poistaa nämä kommentit ja kirjoittaa pysyvän muutoksen viestisi, tai voit jättää kommentit viestiin auttamaan sinua muistamaan mihin olet pysyvää muutosta tekemässä. (Saadaksesi vieläkin tarkemman muistutukseen muutoksistasi, voit antaa `-v`-option `git commit`-komennolle. Tämä option laittaa myös diff muutostulosteen editoriin, jotta näet tarkalleen mitä teit.) Kun poistut editorista, Git luo pysyvän muutoksesi viestilläsi (kommentit ja diff pois lukien).
312 Vaihtoehtoisesti, voit kirjoittaa pysyvän muutoksen viestin suoraan `commit`-kommennolla antamalla sen -m lipun jälkeen, näin:
314 $ git commit -m "Story 182: Fix benchmarks for speed"
315 [master]: created 463dc4f: "Fix benchmarks for speed"
316 2 files changed, 3 insertions(+), 0 deletions(-)
317 create mode 100644 README
319 Nyt olet luonut ensimmäisen pysyvän muutoksen! Voit nähdä, että pysyvä muutos on antanut sinulle tulosteen itsestään: kertoen mihin haaraan teit pysyvän muutoksen (master), mikä SHA-1 tarkistussumma pysyvällä muutoksella on (`463dc4f`), kuinka monta tiedostoa muutettiin ja tilastoja pysyvän muutoksen rivien lisäyksistä ja poistoista.
321 Muista, että pysyvä muutos tallentaa tilannekuvan lavastusalueestasi. Kaikki mitä et lavastanut on yhä istumassa projektissasi muokattuna; voit tehdä toisen pysyvän muutoksen lisätäksesi ne historiaasi. Joka kerta kun teet pysyvän muutoksen, olet tallentamassa tilannekuvaa projektistasi. Tilannekuvaa johon voit palata tai jota voit vertailla myöhemmin.
323 ### Lavastusalueen ohittaminen ###
325 Vaikka se voi olla uskomattoman hyödyllinen pysyvien muutoksien tekoon tarkalleen niin kuin ne haluat, on lavastusalue joskus pikkaisen liian monimutkainen, kuin mitä työnkulussasi tarvitsisit. Jos haluat ohittaa lavastusalueen, Git tarjoaa siihen helpon oikoreitin. Antamalla `-a` option `git commit`-komentoon, asettaa Gitin automaattisesti lavastamaan jokaisen jo jäljitetyn tiedoston ennen pysyvää muutosta, antaen sinun ohittaa `git add` osan:
330 # Changed but not updated:
332 # modified: benchmarks.rb
334 $ git commit -a -m 'added new benchmarks'
335 [master 83e38c7] added new benchmarks
336 1 files changed, 5 insertions(+), 0 deletions(-)
338 Huomaa miten sinun ei tarvitse ajaa `git add`-komentoa benchmarks.rb tiedostolle tässä tapauksessa pysyvää muutosta tehdessäsi.
340 ### Tiedostojen poistaminen ###
342 Poistaaksesi tiedoston Gitistä, täytyy sinun poistaa se sinun jäljitetyistä tiedostoistasi (tarkemmin sanoen, poistaa se lavastusalueeltasi) ja sitten tehdä pysyvä muutos. Komento `git rm` tekee tämän myös ja myös poistaa tiedoston työskentely hakemistostasi, joten et näe sitä enää jäljittämättömänä tiedostona.
344 Jos yksinkertaisesti poistat tiedoston työskentely hakemistostasi, näkyy se “Changed but not updated” otsikon alla (se on, _lavastamaton_) `git status` tulosteessasi:
350 # Changed but not updated:
351 # (use "git add/rm <file>..." to update what will be committed)
353 # deleted: grit.gemspec
356 Tämän jälkeen, jos ajat `git rm`-komennon, se lavastaa tiedostot poistoon:
358 $ git rm grit.gemspec
363 # Changes to be committed:
364 # (use "git reset HEAD <file>..." to unstage)
366 # deleted: grit.gemspec
369 Seuraavan kerran kun teet pysyvän muutoksen, tiedosto katoaa ja sitä ei jäljitetä enää. Jos muokkasit tiedostoa ja lisäsit sen jo indeksiin, täytyy sinun pakottaa poisto `-f` optiolla. Tämä on turvallisuus ominaisuus, joka estää vahingossa tapahtuvan datan poistamisen, datan, jota ei ole vielä tallennettu tilannekuvaksi ja jota ei voida palauttaa Gitistä.
371 Toinen hyödyllinen asia, jonka saatat haluta tehdä, on tiedoston pitäminen työskentely puussa, mutta samalla sen poistaminen lavastusalueelta. Toisin sanoen, voit haluta pitää tiedoston kovalevylläsi, mutta et halua, että Git jäljittää sitä enää. Tämä on erityisesti hyödyllinen, jos unohdit lisätä jotain `.gitignore`-tiedostoosi ja vahingossa asetit sellaisen Gittin, kuten suuri logi tiedosto tai joukko `.a`-muotoon käännettyjä tiedostoja. Tehdäksesi tämän, käytä `--cached` optiota:
373 $ git rm --cached readme.txt
375 Voit antaa tiedostoja, hakemistoja, tai tiedosto-keräys malleja `git rm`-komennolle. Tämä tarkoittaa, että voit tehdä asioita kuten:
379 Huomaa kenoviiva (`\`) `*`-merkin edessä. Tämä on tarpeellinen, koska Git tekee oman tiedostonimi laajennuksensa komentorivisi tiedostonimilaajennuksen lisänä. Tämä komento poistaa kaikki tiedostot, joilla on `.log` liite, `log/`-hakemistosta. Tai, voit tehdä näin:
383 Tämä komento poistaa kaikki tiedostot, jotka loppuvat `~`-merkkiin.
387 Unlike many other VCS systems, Git doesn’t explicitly track file movement. If you rename a file in Git, no metadata is stored in Git that tells it you renamed the file. However, Git is pretty smart about figuring that out after the fact — we’ll deal with detecting file movement a bit later.
389 Thus it’s a bit confusing that Git has a `mv` command. If you want to rename a file in Git, you can run something like
391 $ git mv file_from file_to
393 and it works fine. In fact, if you run something like this and look at the status, you’ll see that Git considers it a renamed file:
395 $ git mv README.txt README
398 # Your branch is ahead of 'origin/master' by 1 commit.
400 # Changes to be committed:
401 # (use "git reset HEAD <file>..." to unstage)
403 # renamed: README.txt -> README
406 However, this is equivalent to running something like this:
408 $ mv README.txt README
412 Git figures out that it’s a rename implicitly, so it doesn’t matter if you rename a file that way or with the `mv` command. The only real difference is that `mv` is one command instead of three — it’s a convenience function. More important, you can use any tool you like to rename a file, and address the add/rm later, before you commit.
414 ## Viewing the Commit History ##
416 After you have created several commits, or if you have cloned a repository with an existing commit history, you’ll probably want to look back to see what has happened. The most basic and powerful tool to do this is the `git log` command.
418 These examples use a very simple project called simplegit that I often use for demonstrations. To get the project, run
420 git clone git://github.com/schacon/simplegit-progit.git
422 When you run `git log` in this project, you should get output that looks something like this:
425 commit ca82a6dff817ec66f44342007202690a93763949
426 Author: Scott Chacon <schacon@gee-mail.com>
427 Date: Mon Mar 17 21:52:11 2008 -0700
429 changed the version number
431 commit 085bb3bcb608e1e8451d4b2432f8ecbe6306e7e7
432 Author: Scott Chacon <schacon@gee-mail.com>
433 Date: Sat Mar 15 16:40:33 2008 -0700
435 removed unnecessary test code
437 commit a11bef06a3f659402fe7563abf99ad00de2209e6
438 Author: Scott Chacon <schacon@gee-mail.com>
439 Date: Sat Mar 15 10:31:28 2008 -0700
443 By default, with no arguments, `git log` lists the commits made in that repository in reverse chronological order. That is, the most recent commits show up first. As you can see, this command lists each commit with its SHA-1 checksum, the author’s name and e-mail, the date written, and the commit message.
445 A huge number and variety of options to the `git log` command are available to show you exactly what you’re looking for. Here, we’ll show you some of the most-used options.
447 One of the more helpful options is `-p`, which shows the diff introduced in each commit. You can also use `-2`, which limits the output to only the last two entries:
450 commit ca82a6dff817ec66f44342007202690a93763949
451 Author: Scott Chacon <schacon@gee-mail.com>
452 Date: Mon Mar 17 21:52:11 2008 -0700
454 changed the version number
456 diff --git a/Rakefile b/Rakefile
457 index a874b73..8f94139 100644
460 @@ -5,7 +5,7 @@ require 'rake/gempackagetask'
461 spec = Gem::Specification.new do |s|
462 - s.version = "0.1.0"
463 + s.version = "0.1.1"
464 s.author = "Scott Chacon"
466 commit 085bb3bcb608e1e8451d4b2432f8ecbe6306e7e7
467 Author: Scott Chacon <schacon@gee-mail.com>
468 Date: Sat Mar 15 16:40:33 2008 -0700
470 removed unnecessary test code
472 diff --git a/lib/simplegit.rb b/lib/simplegit.rb
473 index a0a60ae..47c6340 100644
474 --- a/lib/simplegit.rb
475 +++ b/lib/simplegit.rb
476 @@ -18,8 +18,3 @@ class SimpleGit
482 - git = SimpleGit.new
485 \ No newline at end of file
487 This option displays the same information but with a diff directly following each entry. This is very helpful for code review or to quickly browse what happened during a series of commits that a collaborator has added.
488 You can also use a series of summarizing options with `git log`. For example, if you want to see some abbreviated stats for each commit, you can use the `--stat` option:
491 commit ca82a6dff817ec66f44342007202690a93763949
492 Author: Scott Chacon <schacon@gee-mail.com>
493 Date: Mon Mar 17 21:52:11 2008 -0700
495 changed the version number
498 1 files changed, 1 insertions(+), 1 deletions(-)
500 commit 085bb3bcb608e1e8451d4b2432f8ecbe6306e7e7
501 Author: Scott Chacon <schacon@gee-mail.com>
502 Date: Sat Mar 15 16:40:33 2008 -0700
504 removed unnecessary test code
506 lib/simplegit.rb | 5 -----
507 1 files changed, 0 insertions(+), 5 deletions(-)
509 commit a11bef06a3f659402fe7563abf99ad00de2209e6
510 Author: Scott Chacon <schacon@gee-mail.com>
511 Date: Sat Mar 15 10:31:28 2008 -0700
516 Rakefile | 23 +++++++++++++++++++++++
517 lib/simplegit.rb | 25 +++++++++++++++++++++++++
518 3 files changed, 54 insertions(+), 0 deletions(-)
520 As you can see, the `--stat` option prints below each commit entry a list of modified files, how many files were changed, and how many lines in those files were added and removed. It also puts a summary of the information at the end.
521 Another really useful option is `--pretty`. This option changes the log output to formats other than the default. A few prebuilt options are available for you to use. The oneline option prints each commit on a single line, which is useful if you’re looking at a lot of commits. In addition, the `short`, `full`, and `fuller` options show the output in roughly the same format but with less or more information, respectively:
523 $ git log --pretty=oneline
524 ca82a6dff817ec66f44342007202690a93763949 changed the version number
525 085bb3bcb608e1e8451d4b2432f8ecbe6306e7e7 removed unnecessary test code
526 a11bef06a3f659402fe7563abf99ad00de2209e6 first commit
528 The most interesting option is `format`, which allows you to specify your own log output format. This is especially useful when you’re generating output for machine parsing — because you specify the format explicitly, you know it won’t change with updates to Git:
530 $ git log --pretty=format:"%h - %an, %ar : %s"
531 ca82a6d - Scott Chacon, 11 months ago : changed the version number
532 085bb3b - Scott Chacon, 11 months ago : removed unnecessary test code
533 a11bef0 - Scott Chacon, 11 months ago : first commit
535 Table 2-1 lists some of the more useful options that format takes.
537 Option Description of Output
539 %h Abbreviated commit hash
541 %t Abbreviated tree hash
543 %p Abbreviated parent hashes
546 %ad Author date (format respects the –date= option)
547 %ar Author date, relative
551 %cr Committer date, relative
554 You may be wondering what the difference is between _author_ and _committer_. The author is the person who originally wrote the work, whereas the committer is the person who last applied the work. So, if you send in a patch to a project and one of the core members applies the patch, both of you get credit — you as the author and the core member as the committer. We’ll cover this distinction a bit more in Chapter 5.
556 The oneline and format options are particularly useful with another `log` option called `--graph`. This option adds a nice little ASCII graph showing your branch and merge history, which we can see our copy of the Grit project repository:
558 $ git log --pretty=format:"%h %s" --graph
559 * 2d3acf9 ignore errors from SIGCHLD on trap
560 * 5e3ee11 Merge branch 'master' of git://github.com/dustin/grit
562 | * 420eac9 Added a method for getting the current branch.
563 * | 30e367c timeout code and tests
564 * | 5a09431 add timeout protection to grit
565 * | e1193f8 support for heads with slashes in them
567 * d6016bc require time for xmlschema
568 * 11d191e Merge branch 'defunkt' into local
570 Those are only some simple output-formatting options to `git log` — there are many more. Table 2-2 lists the options we’ve covered so far and some other common formatting options that may be useful, along with how they change the output of the log command.
573 -p Show the patch introduced with each commit.
574 --stat Show statistics for files modified in each commit.
575 --shortstat Display only the changed/insertions/deletions line from the --stat command.
576 --name-only Show the list of files modified after the commit information.
577 --name-status Show the list of files affected with added/modified/deleted information as well.
578 --abbrev-commit Show only the first few characters of the SHA-1 checksum instead of all 40.
579 --relative-date Display the date in a relative format (for example, “2 weeks ago”) instead of using the full date format.
580 --graph Display an ASCII graph of the branch and merge history beside the log output.
581 --pretty Show commits in an alternate format. Options include oneline, short, full, fuller, and format (where you specify your own format).
583 ### Limiting Log Output ###
585 In addition to output-formatting options, git log takes a number of useful limiting options — that is, options that let you show only a subset of commits. You’ve seen one such option already — the `-2` option, which show only the last two commits. In fact, you can do `-<n>`, where `n` is any integer to show the last `n` commits. In reality, you’re unlikely to use that often, because Git by default pipes all output through a pager so you see only one page of log output at a time.
587 However, the time-limiting options such as `--since` and `--until` are very useful. For example, this command gets the list of commits made in the last two weeks:
589 $ git log --since=2.weeks
591 This command works with lots of formats — you can specify a specific date (“2008-01-15”) or a relative date such as “2 years 1 day 3 minutes ago”.
593 You can also filter the list to commits that match some search criteria. The `--author` option allows you to filter on a specific author, and the `--grep` option lets you search for keywords in the commit messages. (Note that if you want to specify both author and grep options, you have to add `--all-match` or the command will match commits with either.)
595 The last really useful option to pass to `git log` as a filter is a path. If you specify a directory or file name, you can limit the log output to commits that introduced a change to those files. This is always the last option and is generally preceded by double dashes (`--`) to separate the paths from the options.
597 In Table 2-3 we’ll list these and a few other common options for your reference.
600 -(n) Show only the last n commits
601 --since, --after Limit the commits to those made after the specified date.
602 --until, --before Limit the commits to those made before the specified date.
603 --author Only show commits in which the author entry matches the specified string.
604 --committer Only show commits in which the committer entry matches the specified string.
606 For example, if you want to see which commits modifying test files in the Git source code history were committed by Junio Hamano and were not merges in the month of October 2008, you can run something like this:
608 $ git log --pretty="%h - %s" --author=gitster --since="2008-10-01" \
609 --before="2008-11-01" --no-merges -- t/
610 5610e3b - Fix testcase failure when extended attribute
611 acd3b9e - Enhance hold_lock_file_for_{update,append}()
612 f563754 - demonstrate breakage of detached checkout wi
613 d1a43f2 - reset --hard/read-tree --reset -u: remove un
614 51a94af - Fix "checkout --track -b newbranch" on detac
615 b0ad11e - pull: allow "git pull origin $something:$cur
617 Of the nearly 20,000 commits in the Git source code history, this command shows the 6 that match those criteria.
619 ### Using a GUI to Visualize History ###
621 If you like to use a more graphical tool to visualize your commit history, you may want to take a look at a Tcl/Tk program called gitk that is distributed with Git. Gitk is basically a visual `git log` tool, and it accepts nearly all the filtering options that `git log` does. If you type gitk on the command line in your project, you should see something like Figure 2-2.
623 Insert 18333fig0202.png
624 Figure 2-2. The gitk history visualizer.
626 You can see the commit history in the top half of the window along with a nice ancestry graph. The diff viewer in the bottom half of the window shows you the changes introduced at any commit you click.
630 At any stage, you may want to undo something. Here, we’ll review a few basic tools for undoing changes that you’ve made. Be careful, because you can’t always undo some of these undos. This is one of the few areas in Git where you may lose some work if you do it wrong.
632 ### Changing Your Last Commit ###
634 One of the common undos takes place when you commit too early and possibly forget to add some files, or you mess up your commit message. If you want to try that commit again, you can run commit with the `--amend` option:
638 This command takes your staging area and uses it for the commit. If you’ve have made no changes since your last commit (for instance, you run this command immediately after your previous commit), then your snapshot will look exactly the same and all you’ll change is your commit message.
640 The same commit-message editor fires up, but it already contains the message of your previous commit. You can edit the message the same as always, but it overwrites your previous commit.
642 As an example, if you commit and then realize you forgot to stage the changes in a file you wanted to add to this commit, you can do something like this:
644 $ git commit -m 'initial commit'
645 $ git add forgotten_file
648 All three of these commands end up with a single commit — the second commit replaces the results of the first.
650 ### Unstaging a Staged File ###
652 The next two sections demonstrate how to wrangle your staging area and working directory changes. The nice part is that the command you use to determine the state of those two areas also reminds you how to undo changes to them. For example, let’s say you’ve changed two files and want to commit them as two separate changes, but you accidentally type `git add *` and stage them both. How can you unstage one of the two? The `git status` command reminds you:
657 # Changes to be committed:
658 # (use "git reset HEAD <file>..." to unstage)
660 # modified: README.txt
661 # modified: benchmarks.rb
664 Right below the “Changes to be committed” text, it says use `git reset HEAD <file>...` to unstage. So, let’s use that advice to unstage the benchmarks.rb file:
666 $ git reset HEAD benchmarks.rb
667 benchmarks.rb: locally modified
670 # Changes to be committed:
671 # (use "git reset HEAD <file>..." to unstage)
673 # modified: README.txt
675 # Changed but not updated:
676 # (use "git add <file>..." to update what will be committed)
677 # (use "git checkout -- <file>..." to discard changes in working directory)
679 # modified: benchmarks.rb
682 The command is a bit strange, but it works. The benchmarks.rb file is modified but once again unstaged.
684 ### Unmodifying a Modified File ###
686 What if you realize that you don’t want to keep your changes to the benchmarks.rb file? How can you easily unmodify it — revert it back to what it looked like when you last committed (or initially cloned, or however you got it into your working directory)? Luckily, `git status` tells you how to do that, too. In the last example output, the unstaged area looks like this:
688 # Changed but not updated:
689 # (use "git add <file>..." to update what will be committed)
690 # (use "git checkout -- <file>..." to discard changes in working directory)
692 # modified: benchmarks.rb
695 It tells you pretty explicitly how to discard the changes you’ve made (at least, the newer versions of Git, 1.6.1 and later, do this — if you have an older version, we highly recommend upgrading it to get some of these nicer usability features). Let’s do what it says:
697 $ git checkout -- benchmarks.rb
700 # Changes to be committed:
701 # (use "git reset HEAD <file>..." to unstage)
703 # modified: README.txt
706 You can see that the changes have been reverted. You should also realize that this is a dangerous command: any changes you made to that file are gone — you just copied another file over it. Don’t ever use this command unless you absolutely know that you don’t want the file. If you just need to get it out of the way, we’ll go over stashing and branching in the next chapter; these are generally better ways to go.
708 Remember, anything that is committed in Git can almost always be recovered. Even commits that were on branches that were deleted or commits that were overwritten with an `--amend` commit can be recovered (see Chapter 9 for data recovery). However, anything you lose that was never committed is likely never to be seen again.
710 ## Working with Remotes ##
712 To be able to collaborate on any Git project, you need to know how to manage your remote repositories. Remote repositories are versions of your project that are hosted on the Internet or network somewhere. You can have several of them, each of which generally is either read-only or read/write for you. Collaborating with others involves managing these remote repositories and pushing and pulling data to and from them when you need to share work.
713 Managing remote repositories includes knowing how to add remote repositories, remove remotes that are no longer valid, manage various remote branches and define them as being tracked or not, and more. In this section, we’ll cover these remote-management skills.
715 ### Showing Your Remotes ###
717 To see which remote servers you have configured, you can run the git remote command. It lists the shortnames of each remote handle you’ve specified. If you’ve cloned your repository, you should at least see origin — that is the default name Git gives to the server you cloned from:
719 $ git clone git://github.com/schacon/ticgit.git
720 Initialized empty Git repository in /private/tmp/ticgit/.git/
721 remote: Counting objects: 595, done.
722 remote: Compressing objects: 100% (269/269), done.
723 remote: Total 595 (delta 255), reused 589 (delta 253)
724 Receiving objects: 100% (595/595), 73.31 KiB | 1 KiB/s, done.
725 Resolving deltas: 100% (255/255), done.
730 You can also specify `-v`, which shows you the URL that Git has stored for the shortname to be expanded to:
733 origin git://github.com/schacon/ticgit.git
735 If you have more than one remote, the command lists them all. For example, my Grit repository looks something like this.
739 bakkdoor git://github.com/bakkdoor/grit.git
740 cho45 git://github.com/cho45/grit.git
741 defunkt git://github.com/defunkt/grit.git
742 koke git://github.com/koke/grit.git
743 origin git@github.com:mojombo/grit.git
745 This means we can pull contributions from any of these users pretty easily. But notice that only the origin remote is an SSH URL, so it’s the only one I can push to (we’ll cover why this is in Chapter 4).
747 ### Adding Remote Repositories ###
749 I’ve mentioned and given some demonstrations of adding remote repositories in previous sections, but here is how to do it explicitly. To add a new remote Git repository as a shortname you can reference easily, run `git remote add [shortname] [url]`:
753 $ git remote add pb git://github.com/paulboone/ticgit.git
755 origin git://github.com/schacon/ticgit.git
756 pb git://github.com/paulboone/ticgit.git
758 Now you can use the string pb on the command line in lieu of the whole URL. For example, if you want to fetch all the information that Paul has but that you don’t yet have in your repository, you can run git fetch pb:
761 remote: Counting objects: 58, done.
762 remote: Compressing objects: 100% (41/41), done.
763 remote: Total 44 (delta 24), reused 1 (delta 0)
764 Unpacking objects: 100% (44/44), done.
765 From git://github.com/paulboone/ticgit
766 * [new branch] master -> pb/master
767 * [new branch] ticgit -> pb/ticgit
769 Paul’s master branch is accessible locally as `pb/master` — you can merge it into one of your branches, or you can check out a local branch at that point if you want to inspect it.
771 ### Fetching and Pulling from Your Remotes ###
773 As you just saw, to get data from your remote projects, you can run:
775 $ git fetch [remote-name]
777 The command goes out to that remote project and pulls down all the data from that remote project that you don’t have yet. After you do this, you should have references to all the branches from that remote, which you can merge in or inspect at any time. (We’ll go over what branches are and how to use them in much more detail in Chapter 3.)
779 If you clone a repository, the command automatically adds that remote repository under the name origin. So, `git fetch origin` fetches any new work that has been pushed to that server since you cloned (or last fetched from) it. It’s important to note that the fetch command pulls the data to your local repository — it doesn’t automatically merge it with any of your work or modify what you’re currently working on. You have to merge it manually into your work when you’re ready.
781 If you have a branch set up to track a remote branch (see the next section and Chapter 3 for more information), you can use the `git pull` command to automatically fetch and then merge a remote branch into your current branch. This may be an easier or more comfortable workflow for you; and by default, the `git clone` command automatically sets up your local master branch to track the remote master branch on the server you cloned from (assuming the remote has a master branch). Running `git pull` generally fetches data from the server you originally cloned from and automatically tries to merge it into the code you’re currently working on.
783 ### Pushing to Your Remotes ###
785 When you have your project at a point that you want to share, you have to push it upstream. The command for this is simple: `git push [remote-name] [branch-name]`. If you want to push your master branch to your `origin` server (again, cloning generally sets up both of those names for you automatically), then you can run this to push your work back up to the server:
787 $ git push origin master
789 This command works only if you cloned from a server to which you have write access and if nobody has pushed in the meantime. If you and someone else clone at the same time and they push upstream and then you push upstream, your push will rightly be rejected. You’ll have to pull down their work first and incorporate it into yours before you’ll be allowed to push. See Chapter 3 for more detailed information on how to push to remote servers.
791 ### Inspecting a Remote ###
793 If you want to see more information about a particular remote, you can use the `git remote show [remote-name]` command. If you run this command with a particular shortname, such as `origin`, you get something like this:
795 $ git remote show origin
797 URL: git://github.com/schacon/ticgit.git
798 Remote branch merged with 'git pull' while on branch master
800 Tracked remote branches
804 It lists the URL for the remote repository as well as the tracking branch information. The command helpfully tells you that if you’re on the master branch and you run `git pull`, it will automatically merge in the master branch on the remote after it fetches all the remote references. It also lists all the remote references it has pulled down.
806 That is a simple example you’re likely to encounter. When you’re using Git more heavily, however, you may see much more information from `git remote show`:
808 $ git remote show origin
810 URL: git@github.com:defunkt/github.git
811 Remote branch merged with 'git pull' while on branch issues
813 Remote branch merged with 'git pull' while on branch master
815 New remote branches (next fetch will store in remotes/origin)
817 Stale tracking branches (use 'git remote prune')
820 Tracked remote branches
827 Local branch pushed with 'git push'
830 This command shows which branch is automatically pushed when you run `git push` on certain branches. It also shows you which remote branches on the server you don’t yet have, which remote branches you have that have been removed from the server, and multiple branches that are automatically merged when you run `git pull`.
832 ### Removing and Renaming Remotes ###
834 If you want to rename a reference, in newer versions of Git you can run `git remote rename` to change a remote’s shortname. For instance, if you want to rename `pb` to `paul`, you can do so with `git remote rename`:
836 $ git remote rename pb paul
841 It’s worth mentioning that this changes your remote branch names, too. What used to be referenced at `pb/master` is now at `paul/master`.
843 If you want to remove a reference for some reason — you’ve moved the server or are no longer using a particular mirror, or perhaps a contributor isn’t contributing anymore — you can use `git remote rm`:
851 Like most VCSs, Git has the ability to tag specific points in history as being important. Generally, people use this functionality to mark release points (v1.0, and so on). In this section, you’ll learn how to list the available tags, how to create new tags, and what the different types of tags are.
853 ### Listing Your Tags ###
855 Listing the available tags in Git is straightforward. Just type `git tag`:
861 This command lists the tags in alphabetical order; the order in which they appear has no real importance.
863 You can also search for tags with a particular pattern. The Git source repo, for instance, contains more than 240 tags. If you’re only interested in looking at the 1.4.2 series, you can run this:
865 $ git tag -l 'v1.4.2.*'
871 ### Creating Tags ###
873 Git uses two main types of tags: lightweight and annotated. A lightweight tag is very much like a branch that doesn’t change — it’s just a pointer to a specific commit. Annotated tags, however, are stored as full objects in the Git database. They’re checksummed; contain the tagger name, e-mail, and date; have a tagging message; and can be signed and verified with GNU Privacy Guard (GPG). It’s generally recommended that you create annotated tags so you can have all this information; but if you want a temporary tag or for some reason don’t want to keep the other information, lightweight tags are available too.
875 ### Annotated Tags ###
877 Creating an annotated tag in Git is simple. The easiest way is to specify `-a` when you run the `tag` command:
879 $ git tag -a v1.4 -m 'my version 1.4'
885 The `-m` specifies a tagging message, which is stored with the tag. If you don’t specify a message for an annotated tag, Git launches your editor so you can type it in.
887 You can see the tag data along with the commit that was tagged by using the `git show` command:
891 Tagger: Scott Chacon <schacon@gee-mail.com>
892 Date: Mon Feb 9 14:45:11 2009 -0800
895 commit 15027957951b64cf874c3557a0f3547bd83b3ff6
896 Merge: 4a447f7... a6b4c97...
897 Author: Scott Chacon <schacon@gee-mail.com>
898 Date: Sun Feb 8 19:02:46 2009 -0800
900 Merge branch 'experiment'
902 That shows the tagger information, the date the commit was tagged, and the annotation message before showing the commit information.
906 You can also sign your tags with GPG, assuming you have a private key. All you have to do is use `-s` instead of `-a`:
908 $ git tag -s v1.5 -m 'my signed 1.5 tag'
909 You need a passphrase to unlock the secret key for
910 user: "Scott Chacon <schacon@gee-mail.com>"
911 1024-bit DSA key, ID F721C45A, created 2009-02-09
913 If you run `git show` on that tag, you can see your GPG signature attached to it:
917 Tagger: Scott Chacon <schacon@gee-mail.com>
918 Date: Mon Feb 9 15:22:20 2009 -0800
921 -----BEGIN PGP SIGNATURE-----
922 Version: GnuPG v1.4.8 (Darwin)
924 iEYEABECAAYFAkmQurIACgkQON3DxfchxFr5cACeIMN+ZxLKggJQf0QYiQBwgySN
925 Ki0An2JeAVUCAiJ7Ox6ZEtK+NvZAj82/
927 -----END PGP SIGNATURE-----
928 commit 15027957951b64cf874c3557a0f3547bd83b3ff6
929 Merge: 4a447f7... a6b4c97...
930 Author: Scott Chacon <schacon@gee-mail.com>
931 Date: Sun Feb 8 19:02:46 2009 -0800
933 Merge branch 'experiment'
935 A bit later, you’ll learn how to verify signed tags.
937 ### Lightweight Tags ###
939 Another way to tag commits is with a lightweight tag. This is basically the commit checksum stored in a file — no other information is kept. To create a lightweight tag, don’t supply the `-a`, `-s`, or `-m` option:
949 This time, if you run `git show` on the tag, you don’t see the extra tag information. The command just shows the commit:
952 commit 15027957951b64cf874c3557a0f3547bd83b3ff6
953 Merge: 4a447f7... a6b4c97...
954 Author: Scott Chacon <schacon@gee-mail.com>
955 Date: Sun Feb 8 19:02:46 2009 -0800
957 Merge branch 'experiment'
959 ### Verifying Tags ###
961 To verify a signed tag, you use `git tag -v [tag-name]`. This command uses GPG to verify the signature. You need the signer’s public key in your keyring for this to work properly:
963 $ git tag -v v1.4.2.1
964 object 883653babd8ee7ea23e6a5c392bb739348b1eb61
967 tagger Junio C Hamano <junkio@cox.net> 1158138501 -0700
971 Minor fixes since 1.4.2, including git-mv and git-http with alternates.
972 gpg: Signature made Wed Sep 13 02:08:25 2006 PDT using DSA key ID F3119B9A
973 gpg: Good signature from "Junio C Hamano <junkio@cox.net>"
974 gpg: aka "[jpeg image of size 1513]"
975 Primary key fingerprint: 3565 2A26 2040 E066 C9A7 4A7D C0C6 D9A4 F311 9B9A
977 If you don’t have the signer’s public key, you get something like this instead:
979 gpg: Signature made Wed Sep 13 02:08:25 2006 PDT using DSA key ID F3119B9A
980 gpg: Can't check signature: public key not found
981 error: could not verify the tag 'v1.4.2.1'
983 ### Tagging Later ###
985 You can also tag commits after you’ve moved past them. Suppose your commit history looks like this:
987 $ git log --pretty=oneline
988 15027957951b64cf874c3557a0f3547bd83b3ff6 Merge branch 'experiment'
989 a6b4c97498bd301d84096da251c98a07c7723e65 beginning write support
990 0d52aaab4479697da7686c15f77a3d64d9165190 one more thing
991 6d52a271eda8725415634dd79daabbc4d9b6008e Merge branch 'experiment'
992 0b7434d86859cc7b8c3d5e1dddfed66ff742fcbc added a commit function
993 4682c3261057305bdd616e23b64b0857d832627b added a todo file
994 166ae0c4d3f420721acbb115cc33848dfcc2121a started write support
995 9fceb02d0ae598e95dc970b74767f19372d61af8 updated rakefile
996 964f16d36dfccde844893cac5b347e7b3d44abbc commit the todo
997 8a5cbc430f1a9c3d00faaeffd07798508422908a updated readme
999 Now, suppose you forgot to tag the project at v1.2, which was at the "updated rakefile" commit. You can add it after the fact. To tag that commit, you specify the commit checksum (or part of it) at the end of the command:
1001 $ git tag -a v1.2 9fceb02
1003 You can see that you’ve tagged the commit:
1015 Tagger: Scott Chacon <schacon@gee-mail.com>
1016 Date: Mon Feb 9 15:32:16 2009 -0800
1019 commit 9fceb02d0ae598e95dc970b74767f19372d61af8
1020 Author: Magnus Chacon <mchacon@gee-mail.com>
1021 Date: Sun Apr 27 20:43:35 2008 -0700
1026 ### Sharing Tags ###
1028 By default, the `git push` command doesn’t transfer tags to remote servers. You will have to explicitly push tags to a shared server after you have created them. This process is just like sharing remote branches – you can run `git push origin [tagname]`.
1030 $ git push origin v1.5
1031 Counting objects: 50, done.
1032 Compressing objects: 100% (38/38), done.
1033 Writing objects: 100% (44/44), 4.56 KiB, done.
1034 Total 44 (delta 18), reused 8 (delta 1)
1035 To git@github.com:schacon/simplegit.git
1036 * [new tag] v1.5 -> v1.5
1038 If you have a lot of tags that you want to push up at once, you can also use the `--tags` option to the `git push` command. This will transfer all of your tags to the remote server that are not already there.
1040 $ git push origin --tags
1041 Counting objects: 50, done.
1042 Compressing objects: 100% (38/38), done.
1043 Writing objects: 100% (44/44), 4.56 KiB, done.
1044 Total 44 (delta 18), reused 8 (delta 1)
1045 To git@github.com:schacon/simplegit.git
1046 * [new tag] v0.1 -> v0.1
1047 * [new tag] v1.2 -> v1.2
1048 * [new tag] v1.4 -> v1.4
1049 * [new tag] v1.4-lw -> v1.4-lw
1050 * [new tag] v1.5 -> v1.5
1052 Now, when someone else clones or pulls from your repository, they will get all your tags as well.
1054 ## Tips and Tricks ##
1056 Before we finish this chapter on basic Git, a few little tips and tricks may make your Git experience a bit simpler, easier, or more familiar. Many people use Git without using any of these tips, and we won’t refer to them or assume you’ve used them later in the book; but you should probably know how to do them.
1058 ### Auto-Completion ###
1060 If you use the Bash shell, Git comes with a nice auto-completion script you can enable. Download the Git source code, and look in the `contrib/completion` directory; there should be a file called `git-completion.bash`. Copy this file to your home directory, and add this to your `.bashrc` file:
1062 source ~/.git-completion.bash
1064 If you want to set up Git to automatically have Bash shell completion for all users, copy this script to the `/opt/local/etc/bash_completion.d` directory on Mac systems or to the `/etc/bash_completion.d/` directory on Linux systems. This is a directory of scripts that Bash will automatically load to provide shell completions.
1066 If you’re using Windows with Git Bash, which is the default when installing Git on Windows with msysGit, auto-completion should be preconfigured.
1068 Press the Tab key when you’re writing a Git command, and it should return a set of suggestions for you to pick from:
1073 In this case, typing git co and then pressing the Tab key twice suggests commit and config. Adding `m<tab>` completes `git commit` automatically.
1075 This also works with options, which is probably more useful. For instance, if you’re running a `git log` command and can’t remember one of the options, you can start typing it and press Tab to see what matches:
1078 --shortstat --since= --src-prefix= --stat --summary
1080 That’s a pretty nice trick and may save you some time and documentation reading.
1084 Git doesn’t infer your command if you type it in partially. If you don’t want to type the entire text of each of the Git commands, you can easily set up an alias for each command using `git config`. Here are a couple of examples you may want to set up:
1086 $ git config --global alias.co checkout
1087 $ git config --global alias.br branch
1088 $ git config --global alias.ci commit
1089 $ git config --global alias.st status
1091 This means that, for example, instead of typing `git commit`, you just need to type `git ci`. As you go on using Git, you’ll probably use other commands frequently as well; in this case, don’t hesitate to create new aliases.
1093 This technique can also be very useful in creating commands that you think should exist. For example, to correct the usability problem you encountered with unstaging a file, you can add your own unstage alias to Git:
1095 $ git config --global alias.unstage 'reset HEAD --'
1097 This makes the following two commands equivalent:
1100 $ git reset HEAD fileA
1102 This seems a bit clearer. It’s also common to add a `last` command, like this:
1104 $ git config --global alias.last 'log -1 HEAD'
1106 This way, you can see the last commit easily:
1109 commit 66938dae3329c7aebe598c2246a8e6af90d04646
1110 Author: Josh Goebel <dreamer3@example.com>
1111 Date: Tue Aug 26 19:48:51 2008 +0800
1113 test for current head
1115 Signed-off-by: Scott Chacon <schacon@example.com>
1117 As you can tell, Git simply replaces the new command with whatever you alias it for. However, maybe you want to run an external command, rather than a Git subcommand. In that case, you start the command with a `!` character. This is useful if you write your own tools that work with a Git repository. We can demonstrate by aliasing `git visual` to run `gitk`:
1119 $ git config --global alias.visual "!gitk"
1123 At this point, you can do all the basic local Git operations — creating or cloning a repository, making changes, staging and committing those changes, and viewing the history of all the changes the repository has been through. Next, we’ll cover Git’s killer feature: its branching model.