What is the translation of " URUCHOMIĆ GIT " in English?

run git
uruchomić git
uruchom git

Examples of using Uruchomić git in Polish and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Financial category close
  • Official/political category close
  • Programming category close
  • Computer category close
Wystarczy uruchomić git tag.
Just type git tag.
Aby zobaczyć wynik reflog-a w formacie podobnym do wyniku git log,możesz uruchomić git log-g.
To see reflog information formatted like the git log output,you can run git log-g.
Aby to poprawić, musisz uruchomić git submodule update ponownie.
To fix this, you must run git submodule update again.
Jeśli chcesz zobaczyć, które pliki pozostałe niescalone w dowolnym momencie po wystąpieniu konfliktu,możesz uruchomić git status.
If you want to see which files are unmerged at any point after a merge conflict,you can run git status.
Możesz stworzyć nowy katalog, następnie uruchomić git init w nim, a potem uruchomić skrypt.
You can create a new directory and then run git init in it for a starting point, and then run your script.
Możesz również uruchomić git stash pop, aby nałożyć ostatnio zapisane zmiany ze schowka, a następnie usunąć je z listy zmian.
You can also run git stash pop to apply the stash and then immediately drop it from your stack.
W tym momencie,możesz zakończyć działanie trybu interaktywnego i uruchomić git commit w celu zatwierdzenia zmian.
At this point,you can exit the interactive adding script and run git commit to commit the partially staged files.
Musisz albo uruchomić git submodule update w celu ponownego pobrania, lub przenieść katalog/tmp/rack z powrotem do pustego katalogu.
You can either run git submodule update to reclone, or you can move your/tmp/rack directory back into the empty directory.
Aby zmienić nazwę odnośnika, czyliskrótu przypisanego do repozytorium, w nowszych wersjach Gita możesz uruchomić git remote rename.
If you want to rename a reference,in newer versions of Git you can run git remote rename to change a remote's shortname.
Możesz uruchomić git svn fetch, aby pobrać nowe dane,git svn rebase zrobi to samo, jednak również nałoży Twoje lokalne modyfikacje.
You can run git svn fetch to grab the new data, but git svn rebase does the fetch and then updates your local commits.
Aby zobaczyć te same informacje w bardziej użytecznej formie,możemy uruchomić git log-g, która pokaże normalny wynik działania komendy log dla refloga.
To see the same information in a much more useful way,we can run git log-g, which will give you a normal log output for your reflog.
Wstrzymał on cały proces do czasu rozwiązania konfliktu przez Ciebie. Jeśli chcesz zobaczyć, które pliki pozostałe niescalone w dowolnym momencie po wystąpieniu konfliktu,możesz uruchomić git status.
If you want to see which files are unmerged at any point after a merge conflict,you can run git status.
Kiedy skończysz, powinieneś uruchomić git bisect reset, aby zresetować swój HEAD do stanu w którym zacząłeś, lub inaczej skończysz z dziwnym stanem kodu.
When you're finished, you should run git bisect reset to reset your HEAD to where you were before you started, or you will end up in a weird state.
Ponieważ Git nie zwiększa stale numerów, np. 'v123' lub w podobny sposób, jeżeli chcesz mieć łatwiejszą do używania nazwę dla konkretnej zmiany,możesz uruchomić git describe na commitcie.
Because Git doesn't have monotonically increasing numbers like'v123' or the equivalent to go with each commit, if you want to have a human-readable name to go with a commit,you can run git describe on that commit.
Kiedy inni programiści będą chcieli uruchomić git submodule update, komenda ta nie będzie mogła znaleźć commita na który zmiana wskazuje, ponieważ istnieje ona tylko na komputerze tamtego programisty.
When other developers try to run git submodule update, the submodule system can't find the commit that is referenced, because it exists only on the first developer's system.
Aby rozwiązać tą sytuację,możesz uruchomić git svn rebase, która pobiera z serwera wszystkie zmiany których jeszcze nie masz, a następnie nakłada Twoje zmiany na te który były na serwerze.
To resolve this situation,you can run git svn rebase, which pulls down any changes on the server that you don't have yet and rebases any work you have on top of what is on the server.
Innym częstym przypadkiem jest ten, w którym zapomniałeś uruchomić git config aby ustawić imię i adres e-mail przed rozpoczęciem prac, lub chcesz udostępnić projekt jako open-source i zmienić swój adres e-mail na adres prywatny.
Another common case is that you forgot to run git config to set your name and e-mail address before you started working, or perhaps you want to open-source a project at work and change all your work e-mail addresses to your personal address.
Kiedy uruchomisz git init w nowym lub istniejącym katalogu, Git stworzy katalog.
When you run git init in a new or existing directory, Git creates the.
Jeżeli uruchomisz git diff na nim, zobaczysz coś interesującego.
If you run git diff on that, you see something interesting.
Jeżeli przejdziesz do katalogu/opt/p4importi uruchomisz git log, zobaczysz zaimportowane dane.
If you go to the /opt/p4import directory and run git log, you can see your imported work.
Jeżeli uruchomisz git push, a Twoja obecna gałąź śledzi origin/master, zmiany pokazane przez git log origin/master….
If you run a git push and your current branch is tracking origin/master, the commits listed by git log origin/master….
Jeżeli uruchomisz git log, zobaczysz że wszystkie sumy SHA-1 dla commitów zostały zmienione i nie ma już identyfikatorów pozostawionych przez git-p4 w treściach komentarzy.
If you run git log, you can see that all the SHA-1 checksums for the commits have changed, but the git-p4 strings are no longer in the commit messages.
Jeśli uruchomisz git log dla takiej historii, zobaczysz dwie rewizje mające tego samego autora, datę oraz komentarz, co będzie mylące.
If you run a git log when your history looks like this, you will see two commits that have the same author date and message, which will be confusing.
Gdy uruchomisz git commit, zostanie stworzony obiekt commit, określając rodzica tego obiektu na podstawie wartość SHA-1 na którą wskazuje HEAD.
When you run git commit, it creates the commit object, specifying the parent of that commit object to be whatever SHA-1 value the reference in HEAD points to.
Jeżeli uruchomisz git gc, nie będziesz miał już tych plików w katalogu refs.
If you run git gc, you will no longer have these files in the refs directory.
Jeżeli zrobisz po raz pierwszy submodule update, wprowadzisz zmiany w tymmodule bez tworzenia nowej gałęzi do tego, i potem ponownie uruchomisz git submodule update z poziomu projektu głównego bez commitowania ich, Git nadpisze te zmiany bez żadnej informacji zwrotnej.
If you do an initial submodule update,commit in that submodule directory without creating a branch to work in, and then run git submodule update again from the superproject without committing in the meantime,Git will overwrite your changes without telling you.
Jeżeli masz jakieś lokalne zmiany, musisz albo użyć schowka w celu ich zapisania, albotymczasowo commitnąć je zanim uruchomisz git svn rebase- w przeciwnym wypadku, komenda zatrzyma się, jeżeli zobaczy że wykonanie"rebase" będzie skutkowało konfliktem.
If you have local changes, you must either stash your work ortemporarily commit it before running git svn rebase- otherwise, the command will stop if it sees that the rebase will result in a merge conflict.
Aby zobaczyć obecnie skonfigurowane serwery możesz uruchomić polecenie git remote.
To see which remote servers you have configured, you can run the git remote command.
Na komputerach z zainstalowanym linuxem lighttpd jest bardzo często instalowany więc należy go uruchomić wpisując git instaweb w katalogu projektu.
On Linux machines, lighttpd is often installed, so you may be able to get it to run by typing git instaweb in your project directory.
Jeżeli spróbujesz wykonać łączenie(ang. merge) na dwóch gałęziach, które zakończy się konfliktem,możesz uruchomić komendę git mergetool;
If you try to merge two branches and subsequently have merge conflicts,you can run the command git mergetool;
Results: 57, Time: 0.0358

How to use "uruchomić git" in a Polish sentence

Wystarczy uruchomić git tag: Polecenie wyświetla etykiety w porządku alfabetycznym; porządek w jakim się pojawią nie ma jednak faktycznego znaczenia.
Uzyskaj bieżącej strony programowo Jak uruchomić Git Bash z wiersza poleceń DOS?
Należy wtedy uruchomić Git w obrębie repozytorium live i ręcznie rozwiązać wszelkie konflikty.
Następnie uruchomić git rebase --continue, a Git będzie odtwarzał kolejne zmiany na górze twojego zmodyfikowanego zatwierdzenia.
Stamtąd, ponieważ mamy teraz ref do zdalnego oddziału, możemy po prostu uruchomić git checkout remote_branch i zdobędziemy korzyści zdalnego śledzenia.
Jak mogę uruchomić git Push / pull poleceń w trybie gadatliwym SSH?
W każdym razie pamiętam, aby uruchomić Git Gui z poziomu Git Extensions, gdy muszę usunąć oddział zdalny.
Aby go dodać, musisz uruchomić git stash apply z parametrem --index, w celu ponownego dodania zmian do przechowalni.
Uruchomienie także nie powinno przysparzać zbyt wielu problemów - na Mac OS X wystarczy odpalić Terminal, natomiast na Windows uruchomić Git Bash.

How to use "run git" in an English sentence

To verify the remote, run git remote -v.
Next, run git init in your shell.
Run git bash and type ls to test.
Does electron.io have access to run git commands?
Run git help gitk for details.
Now run git push origin master.
Run git tag to list the remote tags.
To learn more run git help config.
But I just run git and nothing else.
Used to run Git version control commands.

Word-for-word translation

Top dictionary queries

Polish - English