Traduzir "branch you created" para polonês

Mostrando 50 de 50 traduções da frase "branch you created" de inglês para polonês

Tradução de inglês para polonês de branch you created

inglês
polonês

EN The -branch argument lets you specify a specific branch to clone instead of the branch the remote HEAD is pointing to, usually the main branch. In addition you can pass a tag instead of branch for the same effect.

PL Argument -branch pozwala wskazać konkretną gałąź do klonowania zamiast gałęzi głównej, na którą zazwyczaj wskazuje zdalny wskaźnik HEAD. Ponadto zamiast gałęzi można przekazać tag, aby uzyskać identyczny efekt.

inglêspolonês
specificna
branchbranch
remotezdalny
headhead
pointingwskazuje
usuallyzazwyczaj
maingłównej
canmożna
tagtag
effectefekt
insteadzamiast
todo
letspozwala

EN List the branches for this repository. You’ll see the default branch main, and the new branch you created. git branch

PL Wyświetl listę gałęzi dla tego repozytorium. Zobaczysz domyślną gałąź główną oraz nowo utworzoną gałąź. git branch

inglêspolonês
repositoryrepozytorium
branchbranch
gitgit
andoraz
seezobaczysz

EN List the branches for this repository. You’ll see the default branch master, and the new branch you created. git branch

PL Wyświetl listę gałęzi dla tego repozytorium. Zobaczysz domyślną gałąź master oraz nowo utworzoną gałąź. git branch

inglêspolonês
repositoryrepozytorium
branchbranch
gitgit
andoraz
seezobaczysz

EN List the branches for this repository. You’ll see the default branch master, and the new branch you created. git branch

PL Wyświetl listę gałęzi dla tego repozytorium. Zobaczysz domyślną gałąź master oraz nowo utworzoną gałąź. git branch

inglêspolonês
repositoryrepozytorium
branchbranch
gitgit
andoraz
seezobaczysz

EN List the branches for this repository. You’ll see the default branch main, and the new branch you created. git branch

PL Wyświetl listę gałęzi dla tego repozytorium. Zobaczysz domyślną gałąź główną oraz nowo utworzoną gałąź. git branch

inglêspolonês
repositoryrepozytorium
branchbranch
gitgit
andoraz
seezobaczysz

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

PL Domyślna gałąź programowania. Przy każdym utworzeniu repozytorium Git tworzona jest gałąź „main” (główna), która staje się aktywną gałęzią.

inglêspolonês
defaultdomyślna
developmentprogramowania
gitgit
repositoryrepozytorium
maingłówna
isjest
createdutworzeniu

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

PL Domyślna gałąź programowania. Przy każdym utworzeniu repozytorium Git tworzona jest gałąź o nazwie „master”, która staje się aktywną gałęzią.

inglêspolonês
defaultdomyślna
developmentprogramowania
gitgit
repositoryrepozytorium
isjest
createdutworzeniu

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

PL Domyślna gałąź programowania. Przy każdym utworzeniu repozytorium Git tworzona jest gałąź o nazwie „master”, która staje się aktywną gałęzią.

inglêspolonês
defaultdomyślna
developmentprogramowania
gitgit
repositoryrepozytorium
isjest
createdutworzeniu

EN The default development branch. Whenever you create a git repository, a branch named "main" is created, and becomes the active branch.

PL Domyślna gałąź programowania. Przy każdym utworzeniu repozytorium Git tworzona jest gałąź „main” (główna), która staje się aktywną gałęzią.

inglêspolonês
defaultdomyślna
developmentprogramowania
gitgit
repositoryrepozytorium
maingłówna
isjest
createdutworzeniu

EN Because you are creating a branch to work on something new, every time you create a new branch (with git branch), you want to make sure to check it out (with git checkout) if you're going to use it

PL Ponieważ tworzysz gałąź w celu pracy nad czymś nowym, za każdym razem, gdy tworzysz nową gałąź (za pomocą polecenia git branch), musisz wyewidencjonować (za pomocą polecenia git checkout), jeśli zamierzasz z niej korzystać

inglêspolonês
gitgit
checkoutcheckout
branchgałąź
newnową
ifjeśli
withz
workpracy
youniej
usekorzystać
becauseponieważ
tonad

EN The repository history remains unchanged. All you get is a new pointer to the current branch. To begin working on the new branch, you have to check out the branch you want to use.

PL Historia repozytorium nie zmienia się. Pojawia się tylko nowy odnośnik do bieżącej gałęzi. Aby rozpocząć pracę nad nową gałęzią, musisz wyewidencjonować gałąź, której chcesz użyć.

inglêspolonês
repositoryrepozytorium
historyhistoria
newnowy
currentbieżącej
wantchcesz
younie
todo

EN Notice the On branch future-plans line? If you entered git status previously, the line was on branch main because you only had the one main branch

PL Widzisz wiersz On branch future-plans? Jeśli wcześniej wprowadzono polecenie git status, wiersz znajdował się w obszarze branch main, ponieważ istniał tylko jeden obszar branch main

inglêspolonês
branchbranch
gitgit
statusstatus
ifjeśli
onlytylko
youje
previouslywcześniej

EN The main branch stores the official release history, and the develop branch serves as an integration branch for features

PL W gałęzi main jest przechowywana historia oficjalnych wydań, natomiast gałąź develop służy do integrowania funkcji

inglêspolonês
officialoficjalnych
historyhistoria
developdevelop
servessłuży
featuresfunkcji
anddo

EN Because you created only one branch and made one change, use the fast-forward branch method to merge

PL Ponieważ utworzono tylko jedną gałąź i wprowadzono jedną zmianę, do scalenia należy użyć metody fast-forward

inglêspolonês
changezmian
methodmetody
mergescalenia
andi
onlytylko
todo

EN Making release branches is another straightforward branching operation. Like feature branches, release branches are based on the develop branch. A new release branch can be created using the following methods.

PL Tworzenie gałęzi release jest kolejną prostą operacją tworzenia gałęzi. Podobnie jak gałęzie feature gałęzie release oparte na gałęzi develop. Nową gałąź release można utworzyć za pomocą opisanych poniżej metod.

inglêspolonês
releaserelease
likejak
canmożna
methodsmetod
isjest
onna
usingza
basedoparte
createdtworzenia

EN You can do a fast-forward merge because you have a linear path from the current branch tip to the target branch

PL Możesz wykonać scalanie fast-forward, ponieważ masz prostą ścieżkę od bieżącej końcówki gałęzi do gałęzi docelowej

inglêspolonês
canmożesz
currentbieżącej
targetdocelowej
todo

EN Go back to your local terminal window and send your committed changes to Bitbucket using git push origin main. This command specifies that you are pushing to the main branch (the branch on Bitbucket) on origin (the Bitbucket server).

PL Wróć do okna lokalnego terminala i wyślij objęte commitem zmiany do Bitbucket za pomocą polecenia git push origin main. Polecenie to określa, że wypychasz zmiany do gałęzi main (gałęzi w Bitbucket) na źródłowym serwerze Bitbucket.

inglêspolonês
locallokalnego
terminalterminala
windowokna
changeszmiany
bitbucketbitbucket
gitgit
pushpush
specifiesokreśla
onna
todo
commandpolecenie
usingza

EN Branch selection: Pick the branch you want to view

PL Wybór gałęzi: wybierz gałąź, którą chcesz wyświetlić

inglêspolonês
wantchcesz
selectionwybór
pickwybierz

EN A. Branch with new file: Change if you want to add file to a different branch. B. New file area: Add content for your new file here. 

PL Bitbucket — nowy plikBitbucket — nowy plikA. Gałąź z nowym plikiem: zmień, jeśli chcesz dodać plik do innej gałęzi. B. Obszar nowego pliku: tutaj możesz dodać zawartość nowego pliku.

inglêspolonês
ifjeśli
todo
differentinnej
bb
areaobszar
heretutaj
wantchcesz
newnowy
youz

EN This command creates a branch but does not switch you to that branch, so your repository looks something like this:

PL To polecenie tworzy gałąź, ale nie przełącza Cię do tej gałęzi, więc Twoje repozytorium wygląda podobnie jak poniżej:

inglêspolonês
commandpolecenie
createstworzy
repositoryrepozytorium
todo
lookswygląda
butale
notnie
likejak

EN Your space station is growing, and it's time for the opening ceremony of your Mars location. Now that your future plans are becoming a reality, you can merge your future-plans branch into the main branch on your local system.

PL Twoja stacja kosmiczna rozrasta się i nadszedł czas na uroczyste otwarcie oddziału na Marsie. Teraz, gdy twoje plany urzeczywistniają się, możesz scalić gałąź future-plans z gałęzią main w systemie lokalnym.

inglêspolonês
plansplany
canmożesz
locallokalnym
systemsystemie
timeczas
ofz
nowteraz
onna
branchoddział
intow

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

PL Scalanie pull requestuPo sprawdzeniu i zatwierdzeniu kodu w pull requeście, kliknij przycisk Merge (Scal), aby scalić swoją gałąź z gałęzią główną

inglêspolonês
codekodu
clickkliknij
buttonprzycisk
inw
toaby

EN The code changes from the source branch are now fully incorporated into the target branch.

PL Wówczas zmiany wprowadzone w kodzie w gałęzi źródłowej zostaną w pełni włączone do gałęzi docelowej.

inglêspolonês
codekodzie
changeszmiany
fullyw pełni
targetdocelowej
intow

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

PL Scalanie pull requestuPo sprawdzeniu i zatwierdzeniu kodu w pull requeście, kliknij przycisk Merge (Scal), aby scalić swoją gałąź z gałęzią główną

inglêspolonês
codekodu
clickkliknij
buttonprzycisk
inw
toaby

EN The code changes from the source branch are now fully incorporated into the target branch.

PL Wówczas zmiany wprowadzone w kodzie w gałęzi źródłowej zostaną w pełni włączone do gałęzi docelowej.

inglêspolonês
codekodzie
changeszmiany
fullyw pełni
targetdocelowej
intow

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

PL Scalanie pull requestuPo sprawdzeniu i zatwierdzeniu kodu w pull requeście, kliknij przycisk Merge (Scal), aby scalić swoją gałąź z gałęzią główną

inglêspolonês
codekodu
clickkliknij
buttonprzycisk
inw
toaby

EN The code changes from the source branch are now fully incorporated into the target branch.

PL Wówczas zmiany wprowadzone w kodzie w gałęzi źródłowej zostaną w pełni włączone do gałęzi docelowej.

inglêspolonês
codekodzie
changeszmiany
fullyw pełni
targetdocelowej
intow

EN Under this model, developers create a feature branch and delay merging it to the main trunk branch until the feature is complete

PL W tym modelu programiści tworzą gałąź funkcji i opóźniają scalenie jej z gałęzią główną do momentu ukończenia pracy nad funkcją

inglêspolonês
modelmodelu
developersprogramiści
featurefunkcji
todo
andi

EN Note that feature branches combined with the develop branch is, for all intents and purposes, the Feature Branch Workflow. But, the Gitflow workflow doesn’t stop there.

PL Należy zauważyć, że gałęzie feature połączone z gałęzią develop pod względem zamierzeń i celów tożsame z przepływem pracy gałęzi funkcji. Ale przepływ pracy Gitflow nie ogranicza się tylko do tego.

inglêspolonês
featurefunkcji
developdevelop
purposescelów
workflowprzepływ pracy
gitflowgitflow
combinedz
allw
andi
butale

EN Similar to finishing a release branch, a hotfix branch gets merged into both main and develop.

PL Podobnie jak w przypadku kończenia gałęzi release, gałąź hotfix jest scalana z gałęziami main i develop.

inglêspolonês
similarpodobnie
releaserelease
developdevelop
getsjest
andi
intow

EN A complete example demonstrating a Feature Branch Flow is as follows. Assuming we have a repo setup with a main branch.

PL Poniżej przedstawiono kompletny przykład ilustrujący przepływ gałęzi funkcji. Założono w nim, że mamy konfigurację repozytorium z gałęzią main.

inglêspolonês
exampleprzykład
featurefunkcji
flowprzepływ
reporepozytorium
completew
havez

EN Merge a pull requestAfter your code has been reviewed and approved in a pull request, click the Merge button to merge your branch into the main branch

PL Scalanie pull requestuPo sprawdzeniu i zatwierdzeniu kodu w pull requeście, kliknij przycisk Merge (Scal), aby scalić swoją gałąź z gałęzią główną

inglêspolonês
codekodu
clickkliknij
buttonprzycisk
inw
toaby

EN The code changes from the source branch are now fully incorporated into the target branch.

PL Wówczas zmiany wprowadzone w kodzie w gałęzi źródłowej zostaną w pełni włączone do gałęzi docelowej.

inglêspolonês
codekodzie
changeszmiany
fullyw pełni
targetdocelowej
intow

EN For a visual example, this diagram shows the main branch and the other branch with a bug fix update.

PL Ten schemat pokazuje przykładową gałąź main i drugą gałąź z aktualizacją poprawiającą błędy.

inglêspolonês
showspokazuje
andi

EN Instead of “actually” merging the branches, all Git has to do to integrate the histories is move (i.e., “fast-forward”) the current branch tip up to the target branch tip

PL Zamiast „faktycznego” scalenia gałęzi, Git po prostu integruje historie, przenosząc (metoda „fast-forward”) końcówkę bieżącej gałęzi do końcówki gałęzi docelowej

EN Merge changes from the future-plans branch into the main branch. It will look something like this:

PL Scal zmiany z gałęzi future-plans z gałęzią main. Widok powinien być mniej więcej następujący:

inglêspolonês
changeszmiany
intoz

EN Creating a "branch" in VCS tools keeps multiple streams of work independent from each other while also providing the facility to merge that work back together, enabling developers to verify that the changes on each branch do not conflict

PL Utworzenie „gałęziw narzędziach VCS pozwala realizować wiele strumieni prac niezależnie od siebie, ułatwiając równocześnie scalenie tych prac z powrotem, co umożliwia programistom sprawdzenie, czy wprowadzone zmiany nie kolidują ze sobą

inglêspolonês
changeszmiany
inw
multiplewiele
ofz
doczy
notnie
backpowrotem

EN For privacy information, go to: https://branch.io/policies/#privacy To opt-out, visit: https://branch.app.link/optout

PL Aby uzyskać informacje dotyczące polityki prywatności, przejdź do: https://branch.io/policies/#privacy Aby zrezygnować, odwiedź: https://branch.app.link/optout

EN Once created, fetch and checkout the branch from your local system. Bitbucket will automatically show you the command needed, and it will look something like this: git fetch && git checkout

PL Po utworzeniu pobierz i wyewidencjonuj gałąź z systemu lokalnego. Bitbucket automatycznie wyświetli potrzebne polecenie, które będzie wyglądało mniej więcej tak: git fetch && git checkout

inglêspolonês
createdutworzeniu
checkoutcheckout
locallokalnego
systemsystemu
bitbucketbitbucket
automaticallyautomatycznie
commandpolecenie
neededpotrzebne
lookwygląda
gitgit
oncepo

EN Once created, fetch and checkout the branch from your local system. Bitbucket will automatically show you the command needed, and it will look something like this: git fetch && git checkout

PL Po utworzeniu pobierz i wyewidencjonuj gałąź z systemu lokalnego. Bitbucket automatycznie wyświetli potrzebne polecenie, które będzie wyglądało mniej więcej tak: git fetch && git checkout

inglêspolonês
createdutworzeniu
checkoutcheckout
locallokalnego
systemsystemu
bitbucketbitbucket
automaticallyautomatycznie
commandpolecenie
neededpotrzebne
lookwygląda
gitgit
oncepo

EN Once created, fetch and checkout the branch from your local system. Bitbucket will automatically show you the command needed, and it will look something like this: git fetch && git checkout

PL Po utworzeniu pobierz i wyewidencjonuj gałąź z systemu lokalnego. Bitbucket automatycznie wyświetli potrzebne polecenie, które będzie wyglądało mniej więcej tak: git fetch && git checkout

inglêspolonês
createdutworzeniu
checkoutcheckout
locallokalnego
systemsystemu
bitbucketbitbucket
automaticallyautomatycznie
commandpolecenie
neededpotrzebne
lookwygląda
gitgit
oncepo

EN Once created, fetch and checkout the branch from your local system. Bitbucket will automatically show you the command needed, and it will look something like this: git fetch && git checkout

PL Po utworzeniu pobierz i wyewidencjonuj gałąź z systemu lokalnego. Bitbucket automatycznie wyświetli potrzebne polecenie, które będzie wyglądało mniej więcej tak: git fetch && git checkout

inglêspolonês
createdutworzeniu
checkoutcheckout
locallokalnego
systemsystemu
bitbucketbitbucket
automaticallyautomatycznie
commandpolecenie
neededpotrzebne
lookwygląda
gitgit
oncepo

EN Checkout the new branch you just created to start using it.

PL Wyewidencjonuj właśnie utworzoną gałąź, aby zacząć z niej korzystać.

inglêspolonês
branchgałąź
toaby
startzacząć
justnie
usingw

EN Feature branches are generally created off to the latest develop branch.

PL Gałęzie feature zasadniczo wyprowadza się z ostatniej gałęzi develop.

inglêspolonês
offz
developdevelop

EN A hotfix branch can be created using the following methods:

PL Gałąź hotfix można utworzyć przy użyciu następujących metod:

inglêspolonês
canmożna
methodsmetod

EN A develop branch is created from main

PL Utworzenie gałęzi develop wyprowadzonej z gałęzi main.

inglêspolonês
developdevelop

EN A release branch is created from develop

PL Utworzenie gałęzi release wyprowadzonej z gałęzi develop.

inglêspolonês
releaserelease
developdevelop

EN If an issue in main is detected a hotfix branch is created from main

PL W razie wykrycia problemu w gałęzi main utworzenie gałęzi hotfix wyprowadzonej z gałęzi main.

inglêspolonês
inw
issuez

EN That’s because the future-plans branch never interacted with the remote repository, only the change we created and committed.

PL To dlatego, że gałąź future-plans nie wchodziła nigdy w interakcję ze zdalnym repozytorium, tylko ze zmianą, którą stworzyliśmy i zatwierdziliśmy.

inglêspolonês
remotezdalnym
repositoryrepozytorium
changezmian
wemy
andi
onlytylko
becausew

EN Clones the repo at <repo location> and applies the template from <template directory> to the newly created local branch. A thorough refrence on Git templates can be found on our git init page.  

PL Klonuje repozytorium w lokalizacji <repo location> i stosuje szablon z katalogu <template directory> do nowo utworzonej gałęzi lokalnej. Dokładne informacje na temat szablonów Git można znaleźć na stronie git init.

inglêspolonês
newlynowo
createdutworzonej
gitgit
canmożna
atw
locationlokalizacji
templateszablon
todo
onna
reporepozytorium
directorykatalogu
locallokalnej
templatesszablonów
andi
pagez

Mostrando 50 de 50 traduções