Download for Windows Premium
-50% Premium
Publiciteit
running git

Vertaling van "running git" 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.
uruchomienie git
If you have local changes, you must either stash your work or temporarily commit it before running git svn rebase - otherwise, the command will stop if it sees that the rebase will result in a merge conflict.
Jeżeli masz jakieś lokalne zmiany, musisz albo użyć schowka w celu ich zapisania, albo tymczasowo 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 need to pull it in, you can merge your master branch into your iss53 branch by running git merge master, or you can wait to integrate those changes until you decide to pull the iss53 branch back into master later.
Jeśli jej potrzebujesz, możesz scalić zmiany z gałęzi master do gałęzi iss53, uruchamiając git merge master, możesz też zaczekać z integracją zmian na moment, kiedy zdecydujesz się przenieść zmiany z gałęzi iss53 z powrotem do gałęzi master.
You stage the changes you want by editing a file and running git add on it or git rm to a tracked file, and the subsequent git commit - amend takes your current staging area and makes it the snapshot for the new commit.
Dodajesz do przechowalni zmiany lub pliki poprzez wykonanie komendy git add na nich, lub git rm na jakimś pliku, a następnie uruchamiasz komendę git commit --ammend, która pobiera obecną zawartość przechowalni i robi z niej nową migawkę do commitu.
When you create the commit by running git commit, Git checksums each subdirectory (in this case, just the root project directory) and stores those tree objects in the Git repository.
Kiedy zatwierdzasz zmiany przez uruchomienie polecenia git commit, Git liczy sumę kontrolną każdego podkatalogu (w tym wypadku tylko głównego katalogu projektu) i zapisuje te trzy obiekty w repozytorium.
Much as the git svn log command simulates the svn log command offline, you can get the equivalent of svn annotate by running git svn blame [FILE].
Tak jak komenda git svn log symuluje działanie svn log w trybie bez dostępu do sieci, możesz otrzymać równoważny wynik svn annotate poprzez uruchomienie git svn blame [PLIK].
The revert is recorded as a new commit, which you can confirm by running git log. Changelog Generation
Ten rewers zostanie zapamiętany jednak jako nowy commit, co można sprawdzić poleceniem git log.
Running git show HEAD@{2.months.ago} will work only if you cloned the project at least two months ago - if you cloned it five minutes ago, you'll get no results.
Uruchomienie git show HEAD{2.months.ago} zadziała tylko wówczas, gdy sklonowałeś swoje repozytorium przynajmniej dwa miesiące temu - jeżeli sklonowałeś je pięć minut temu, otrzymasz pusty wynik. Referencje przodków
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. Pushing to Your Remotes
Uruchomienie git pull, ogólnie mówiąc, pobiera dane z serwera na bazie którego oryginalnie stworzyłeś swoje repozytorium i próbuje automatycznie scalić zmiany z kodem roboczym nad którym aktualnie, lokalnie pracujesz.
Running git show HEAD@{2.months.ago} will show you the matching commit only if you cloned the project at least two months ago - if you cloned it any more recently than that, you'll see only your first local commit.
Uruchomienie git show HEAD{2.months.ago} zadziała tylko wówczas, gdy sklonowałeś swoje repozytorium przynajmniej dwa miesiące temu - jeżeli sklonowałeś je pięć minut temu, otrzymasz pusty wynik. Referencje przodków
Then running git log, for example, would inform the user that no commits have been made yet, instead of exiting with a fatal error.
Jeśli na przykład użytkownik wykonałby polecenie git log, zostałby poinformowany, że nie istnieje jeszcze żaden commit, gdzie na dzień dzisiejszy taka komenda wywoła błąd.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor running git in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
whisk: kitchen tool for whipping ingredients
Ontdek het woord
Publiciteit

Resultaten: 10. Exact: 10. Verstreken tijd: 56 ms.