What is the translation of " SUBMODULE " in Bulgarian? S

Noun
submodule
подмодул
submodule

Examples of using Submodule 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
Then you can add the submodule.
След това можете да добавите подмодула.
The git submodule command is used to manage external repositories within a normal repositories.
Командата git submodule се използва за управление на външни хранилища в рамките на основния проект.
Fixes issues when open project uses submodules.
Поправя проблеми, когато отвореният проект използва подмодули.
Allow modules to contain submodules and own URL manager rules.
Позволи модули да съдържат подмодули и собствени правила URL мениджър.
Elements organizes the relevant application into modules, submodules and objects.
Елементс организира съответното приложение в модули, подмодули и обекти.
The new capabilities include: Submodules- additional structuring facilities for modules;
Част от новите възможности, които дава версията, са: Подмодули- допълнителни структуриращи улеснения за модулите;
You can overwrite this value locally with git config submodule. DbConnector.
Можете да коригирате тази стойност локално с git config submodule. DbConnector.
In this case,eb41d76 is the commit in our submodule that we had and c771610 is the commit that upstream had.
В този случай,eb41d76 е къмитът в нашия подмодул, който ние сме имали и c771610 е upstream къмита.
This is how other people who clone this project know where to get the submodule projects from.
Това се прави, за да може други хора, които клонират проекта да ви да знаят откъде да вземат проектите на подмодулите.
Finally, we use it to effectively compare submodule changes with--submodule in Starting with Submodules.
Накрая, използвахме я за ефективно сравнение на submodule промени със--submodule опцията в Първи стъпки с подмодулите.
This is pretty cool as we can actually see the log of commits that we're about to commit to in our submodule.
Това е добре, защото можем в действителност да видим информацията от къмитите, която ще къмитнем в нашия подмодул.
Here we can see that we're defining a function in a submodule and calling it in the main project.
Тук се вижда, че дефинираме функция в подмодул и я викаме в главния проект.
If you change a submodule reference at the same time as someone else, you may run into some problems.
Сливане на промени в подмодул Ако промените референция на подмодул по същото време като някой друг, може да възникнат проблеми.
This command will by default assume that you want to update the checkout to the master branch of the submodule repository.
Командата по подразбиране приема, че желаете да обновите съдържанието на master клона в хранилището на подмодула.
If you don't want to type--submodule every time you run git diff, you can set it as the default format by setting the diff.
Ако не искате да пишете--submodule при всяко изпълнение на git diff, може да зададете опцията като подразбираща се с конфигурационната настройка diff.
Then, when you switch back,you get an empty CryptoLibrary directory for some reason and git submodule update may not fix it either.
След това, когато превключите обратно,получавате празна CryptoLibrary директория по някаква причина и git submodule update може да не може да оправи това.
To add a new submodule you use the git submodule add command with the absolute or relative URL of the project you would like to start tracking.
Необходимата ви команда е git submodule add с абсолютния или релативен URL на проекта, който искаме да започнем да следим.
If you forget the--rebase or--merge, Git will just update the submodule to whatever is on the server and reset your project to a detached HEAD state.
Ако забравите--rebase или--merge, Git просто ще обнови подмодула до съдържанието на сървъра и ще върне проекта в режим detached HEAD.
If you try to switch back to a branch where those files are still in the actual tree rather than a submodule- you get this error.
Ако се опитате да превключите обратно към клон(примерно master), в който тези файлове все още са в действителното дърво, а не в подмодул- ще получите грешка.
Now we have a copy of a project with submodules in it and will collaborate with our teammates on both the main project and the submodule project.
Сега имаме копие от проекта с подмодули в него и ще работим заедно с колегите си както по основния проект, така и по подмодула.
Then you need to tell Git what to do if you have made changes and then git submodule update--remote pulls in new work from upstream.
След това трябва да инструктирате Git как да действа, ако сте направили промени и след това git submodule update--remote внесе нови данни от upstream хранилището.
If a merge commit exists in the submodule directory that contains both commits in its history, Git will suggest it to you as a possible solution.
Ако в директорията на подмодула съществува merge къмит, който съдържа и двата къмита в историята си, Git ще ви го предложи като възможно решение.
Although DbConnector is a subdirectory in your working directory,Git sees it as a submodule and doesn't track its contents when you're not in that directory.
Въпреки че DbConnector е поддиректорияв работната ви директория, Git я вижда като подмодул и не следи съдържанието ѝ когато сте извън нея.
Unlike the first launch this fuel will burn evenly giving us the right amount of thrust needed to launch…- Twenty MCM submodule components.
За разлика от първия старт, това гориво ще гори равномерно, осигурявайки ни нужното количество тяга, за да излетим… 20 компютърни елементи за модулите.
This gives us a way to have a workflow somewhat similar to the submodule workflow without using submodules(which we will cover in Submodules)..
Това ни дава възможност да следваме работен процес донякъде подобен на submodule без да използваме подмодули(което ще разгледаме в Подмодули).
The mode is taken from normal UNIX modes but is much less flexible- these three modes are the only ones that are valid for files(blobs)in Git(although other modes are used for directories and submodules).
Режимът се взема съобразно стандартните UNIX правила, но е много по-малко гъвкав- това са единствените три режима, които са валидни за файлове(blobs)в Git(въпреки че други режими се използват за директории и подмодули).
This way you can simply run git supdate when you want to update your submodules, or git spush to push with submodule dependency checking.
По този начин можете просто да изпълните git supdate, когато искате да обновите подмодулите си или git spush за да публикувате с dependancy checking за тях.
You must run two commands:git submodule init to initialize your local configuration file, and git submodule update to fetch all the data from that project and check out the appropriate commit listed in your superproject.
Трябва да изпълните две команди:git submodule init за да инициализирате вашия локален конфигурационен файл и след това git submodule update за да издърпате данните за подмодулите и да попълните директориите им със съдържанието на последните им къмити.
The organization of the help information follows the architecture of the platform- in modules, submodules, objects, extensions, groups of properties and properties.
Помощната информация е организирана по архитектурата на платформата- в модули, подмодули, обекти, разширения, групи характеристики и характеристики.
If you haven't committed your changes in your submodule and you run a submodule update that would cause issues, Git will fetch the changes but not overwrite unsaved work in your submodule directory.
Ако не сте къмитнали промените си в подмодула и пуснете обновяване, което би могло да предизвика проблеми, Git ще издърпа промените, но няма да презапише несъхранената работа в поддиректорията.
Results: 84, Time: 0.0407
S

Synonyms for Submodule

Top dictionary queries

English - Bulgarian