Download for Windows Premium
Publiciteit
git branch

Vertaling van "git branch" in Pools

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
git branch
You do this with the git branch command
Zrobisz to za pomocą polecenia git branch
The git branch command only created a new branch - it didn't switch to that branch.
Polecenie git branch utworzyło jedynie nową gałąź, ale nie przełączyło cię na nią.
Branches on this list without the in front of them are generally fine to delete with git branch -d; you've already incorporated their work into another branch, so you're not going to lose anything.
Gałęzie bez przed nazwą na powyższej liście można zazwyczaj bezpiecznie usunąć poleceniem git branch -d; scaliłeś już przecież ich zmiany z inną gałęzią, więc nic nie utracisz.
When you run commands like git branch (branchname), Git basically runs that update-ref command to add the SHA-1 of the last commit of the branch you're on into whatever new reference you want to create.
Gdy uruchamiasz komendę taką jak git branch (nazwagałęzi), Git po prostu uruchamia komendę update-ref, w celu dodania sumy SHA-1 ostatniego commita w gałęzi na której się obecnie znajdujesz, do referencji którą chcesz stworzyć.
The question now is, when you run git branch (branchname), how does Git know the SHA-1 of the last commit?
Powstaje pytanie, po uruchomieniu git branch (nazwagałęzi), skąd Git wie jaka jest suma SHA-1 ostatniego commita?
$ git branch -m master part2 Rename "master" branch to "part2".
Wpisz wtedy: $ git branch -m master część2 Zmień nazwę "master" na "część2".
$ git branch sanitized Create a branch for sanitized commits.
$ git branch czyste Utwórz branch dla oczyszczonych 'commits'.
The git branch command does more than just create and delete branches.
Komenda git branch ma więcej zastosowań niż tylko tworzenie i usuwanie gałęzi.
To see all the branches that contain work you haven't yet merged in, you can run git branch - no-merged
Aby zobaczyć wszystkie gałęzie zawierające zmiany, których jeszcze nie scaliłeś, możesz uruchomić polecenie git branch --no-merged
Writing code for FreeCAD is not hard, and you don't need any permission, you can start right now to work on something you want, then submit a patch on the tracker or request a merge from a git branch.
Programuj! Pisanie kodu dla FreeCAD-a nie jest trudne i nie potrzebujesz żadnego zezwolenia, możesz zacząć właśnie teraz pracować nad czymkolwiek chcesz i później zgłosić łatkę lub or zażądać włączenia gałęzi gita.
Changes should be committed to a local Git branch and easily merged back.
Zmiany powinny zostać zatwierdzone w lokalnej gałęzi Git i łatwo z powrotem scalone.
Branches on this list without the in front of them are generally fine to delete with git branch -d; you've already incorporated their work into another branch, so you're not going to lose anything.
Gałęzie znajdujące się na tej liście a niepoprzedzone znakiem można właściwie bez większego ryzyka usunąć poleceniem git branch -d; wykonana na nich praca została już scalona do innej gałęzi, więc niczego nie stracisz.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor git branch in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
overalls: loose pants with a bib and straps
Ontdek het woord
Publiciteit

Resultaten: 12. Exact: 12. Verstreken tijd: 27 ms.