Vertaling van "the git diff" 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.
He runs the git diff command to view further details.
Prowadzi polecenia git diff, aby wyświetlić szczegóły.
We will continue to use the git diff command in various ways throughout the rest of the book.
Będziemy kontynuować używanie polecenia git diff na wiele sposobów w dalszej części książki.
It also handles file adds, deletes, and renames if they're described in the git diff format, which patch won't do.
Obsługuje również dodawanie plików, usuwanie, oraz zmiany nazw jeżeli zostały zapisane w formacie git diff, czego komenda patch nie zrobi.
If the git status command is too vague for you - you want to know exactly what you changed, not just which files were changed - you can use the git diff command.
Jeśli polecenie git status jest dla ciebie zbyt nieprecyzyjne - chcesz wiedzieć, co dokładnie zmieniłeś, nie zaś, które pliki zostały zmienione - możesz użyć polecenia git diff.
If you received the patch from someone who generated it with the git diff or a Unix diff command, you can apply it with the git apply command.
Jeżeli otrzymałeś łatę od kogoś kto wygenerował ją za pomocą komendy git diff lub uniksowej diff, możesz zaaplikować ją za pomocą komendy git apply.
If you received the patch from someone who generated it with the git diff or a Unix diff command (which is not recommended; see the next section), you can apply it with the git apply command.
Aplikowanie łaty za pomocą komendy apply Jeżeli otrzymałeś łatę od kogoś kto wygenerował ją za pomocą komendy git diff lub uniksowej diff, możesz zaaplikować ją za pomocą komendy git apply.