Translation of "commit w" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Komenda cherry-pick "kopiuje" wskazany commit i tworzy nowy commit w aktualnej gałęzi (branch), który zawiera identyczne zmiany jak wskazany commit.
The cherry-pick command "copies" a commit, creating a new commit on the current branch with the same message and patch as another commit.
Składnia master^{tree} wskazuje na obiekt tree na który wskazuje ostatni commit w Twojej gałęzi master.
The master^{tree} syntax specifies the tree object that is pointed to by the last commit on your master branch.
W jaki sposób odtworzyć ten commit w tym momencie?
How can you recover that commit at this point?
Trzeba zauważyć, że nie przełączy ona Cię na tą gałąź; jeżeli wykonasz commit w tym momencie, pójdzie on do trunk na serwerze, a nie opera.
It's important to note that it doesn't check you out into that branch; if you commit at this point, that commit will go to trunk on the server, not opera.
Naprawiono błąd związany z kodowaniem commit w niektórych przypadkach
Może właśnie spostrzegłaś, iż dokonałaś kapitalnego błędu i musisz wrócić się do bardzo starego commit w zapomnianym branch.
Perhaps you've just realized you made a monumental mistake and you need to go back to an ancient commit in a long-forgotten branch.
Niebezpieczeństwa Warto pamiętać, iż odwlekanie operacji commit w nieskończoność wiąże się z niebezpieczeństwem utraty danych, które nie zostały fizycznie zapisane do plików indeksu.
It is also worth remembering that the waiting indefinitely with commit operations can lead to the danger of data loss that have not been physically written to the index files.