What is the translation of " GIT LOG " in Bulgarian?

Examples of using Git log in English and their translations into Bulgarian

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
She runs git log to find out.
За целта тя изпълнява командата git log.
You can also use a series of summarizing options with git log.
Можете да използвате и серия от статистически параметри с git log.
How to have git log show filenames like svn log-v.
Как да има git log show имена на файлове, като svn log-v.
Another useful tool when resolving merge conflicts is git log.
Друг полезен инструмент при разрешаване на merge конфликти е git log.
The commands in'git log' family take%C(auto) in a custom format string.
Командите в семейството'git log' вземат% C(auto) в потребителски низ на формат.
API docs: add deprecation notice found in the git log.
Документи на API: добавете известие за отхвърляне, намиращо се в дневника git.
When you run git log in this project, you should get output that looks something like this.
След като пуснете git log в този проект, трябва да видите изход подобен на следния.
Divergent history You can also see this easily with the git log command.
Разклонена история Можете лесно да видите това и с командата git log.
Useful options for git log--pretty=format lists some of the more useful options that format takes.
Полезни опции за git log--pretty=format показва някои от най-популярните флагове, които format разбира.
The last really useful option to pass to git log as a filter is a path.
Последната доста полезна опция, която можете да пратите като филтър към git log е път към файл/директория.
To see and verify these signatures,there is also a--show-signature option to git log.
За да видите ипроверите тези сигнатури, на разположение е аргумента--show-signature за командата git log.
To see reflog information formatted like the git log output, you can run git log-g.
За да видите reflog информацията форматирана като git log изход, изпълнете git log-g.
Gitk accepts many command-line options,most of which are passed through to the underlying git log action.
Gitk приема многоаргументи от командния ред, повечето от които се изпращат към съответните git log операции.
In Options to limit the output of git log we will list these and a few other common options for your reference.
В таблицата Опции за ограничаване на изхода на git log разглеждаме тези и някои други опции.
Those are only some simple output-formatting options to git log- there are many more.
Но това са само някои прости опции за форматиране на изхода на git log- съществуват и много други.
By default, with no arguments, git log lists the commits made in that repository in reverse chronological order.
По подразбиране, без аргументи, git log показва промените направени в хранилището в обратен хронологичен ред.
For example, you can get the same results as in the previous example by typing git log origin/master….
Например, ще получите същия резултат като в предишния пример ако просто напишете git log origin/master….
This is basically the git log command, but by default it prints out only the SHA-1 values and no other information.
Това е по същество git log командата, но по подразбиране печата само SHA-1 стойности и никаква друга информация.
The code we will write will return the commit message from the commit eventually pointed to by HEAD(sort of like git log -1).
Кодът, който пишем ще върне къмит съобщението на къмита, към който сочи HEAD(нещо като git log-1).
You can also get this from the git log for any merge to see how something was resolved after the fact.
Същата информация можете да извлечете и от git log за всяко едно сливане, за да видите постфактум как даден проблем е бил разрешен.
The substitutions can include for example the commit message andany git notes, and git log can do simple word wrapping.
Заместванията могат например да включват къмит съобщението иналичните git notes и git log може да прави word wrapping.
Additionally, you can configure git log to check any signatures it finds and list them in its output with the%G? format?
В допълнение, можете да конфигурирате git log да проверява всички открити сигнатури и да ги показва в изхода си с формата%G?
If you run a git push and your current branch is tracking origin/master,the commits listed by git log origin/master….
Ако изпълните git push и текущият локален клон следи origin/master, токъмитите изведени от командата git log origin/master….
Use a more benign looking +0000 instead and let"git log" going in such a case, instead of aborting.
Използвайте по-доброкачествено изглеждащо +0000 вместо това и оставете"git log" да се случи в такъв случай, вместо да бъде прекратено.
The git log command has a number of powerful tools for finding specific commits by the content of their messages or even the content of the diff they introduce.
Командата git log има много мощни инструменти за намиране на специфични къмити по съдържанието на техните съобщения и дори по съдържанието на diff информацията, която въвеждат.
HEAD pointing to a branch You can easily see this by running a simple git log command that shows you where the branch pointers are pointing.
HEAD указател сочещ към текущия branch Можете лесно да видите това изпълнявайки командата git log--decorate, която отпечатва накъде сочат указателите на разклоненията.
If we add the--merge option to git log, it will only show the commits in either side of the merge that touch a file that's currently conflicted.
Ако добавим параметъра--merge към git log, ще получим само къмитите от двете страни на сливането, които променят текущо конфликтния файл.
We cover this command mainly in RefLog Shortnames,where we show normal usage to and how to use git log-g to view the same information with git log output.
Работихме с тази команда главно в RefLog съкратени имена,където също видяхме как бихме могли да използваме git log-g за да получим същата информация форматирана като git log изход.
In addition to output-formatting options, git log takes a number of useful limiting options; that is, options that let you show only a subset of commits.
Ограничаване на изхода В допълнение към опциите за формат на изхода, git log поддържа и полезни средства за лимитиране, с които да показвате само част от къмитите.
Git will output this format if you run git show on a merge commit,or if you add a--cc option to a git log-p(which by default only shows patches for non-merge commits).
Git ще отпечата наекрана даннните в този формат ако изпълните git show за merge къмит или ако добавите аргумента--cc към git log-p(която по подразбиране показва само пачове за non-merge къмити).
Results: 57, Time: 0.0478

Word-for-word translation

Top dictionary queries

English - Bulgarian