
git - the simple guide - no deep shit! - GitHub Pages
your local repository consists of three "trees" maintained by git. the first one is your Working Directory which holds the actual files. the second one is the Index which acts as a staging area and finally the …
git - Der einfache Einstieg - kein Schnick-schnack! - GitHub Pages
- Du lernst Git Repositories zu initialisieren oder von einem bestehenden Repository zu klonen. - Du kannst am Ende Dateien committen und die History, den Verlauf von Commits betrachten.
git - la guía sencilla - GitHub Pages
Tu repositorio local esta compuesto por tres "árboles" administrados por git. El primero es tu Directorio de trabajo que contiene los archivos, el segundo es el Index que actua como una zona intermedia, y …
git - een simpele uitleg - no deep shit! - GitHub Pages
workflow Je lokale repository bestaat uit 3 verschillende 'trees' beheerd door git. De eerste is je Working Directory dewelke je bestanden bevatten. De tweede is de Index dat zich als tussen stadium …
git - la guida tascabile - niente di complicato! - GitHub Pages
ambiente di lavoro la tua copia locale del repository è composta da tre "alberi" mantenuti da git. Il primo è la tua Directory di lavoro che contiene i files attuali. Il secondo è l' Index che fa da spazio di transito …
git - guia prático - sem complicação! - GitHub Pages
Como posso alterar esse caminho remoto para que eu possa enviar os dados usando o comando git push origin master, de forma que envie para minha conta no Bitbucket, ao invés de enviar pra …
git - the simple guide - no deep shit! - rogerdudler.github.io
git merge <branch> 在这两种情况下,git 都会尝试去自动合并改动。 遗憾的是,这可能并非每次都成功,并可能出现 冲突(conflicts)。 这时候就需要你修改这些文件来手动合并这些 冲突(conflicts) …
git - prosty przewodnik - nic skomplikowanego! - GitHub Pages
git merge <branch> w obu przypadkach git próbuje scalić zmiany automatycznie. Niestety nie zawsze jest to możliwe i powoduje konflikty. Jesteś odpowiedzialny za ich scalenie. Ręcznie poprzez edycję …
git - petit guide - no deep shit! - GitHub Pages
votre dépôt local est composé de trois "arbres" gérés par git. le premier est votre espace de travail qui contient réellement vos fichiers. le second est un Index qui joue un rôle d'espace de transit pour vos …