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

git commit
git къмит
git commit

Examples of using Git commit 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
Renaming the author in git commits.
Преименуване на git commits.
Git commit-s-m'This is my commit message'.
Git commit-m"Моето заглавие на ангажимент"-m"Моето съобщение на тялото на ангажимента".
The simplest way to commit is to type git commit.
Най-простият начин да запишете е изпълнявайки командата git commit.
Note that during this process every Git commit is turned into a Perforce changeset;
По време на този процес всеки Git къмит се превръща в Perforce changeset;
Instead of tags, git-tfs uses these markers to relate TFVC changesets to Git commits.
Вместо тагове, git-tfs използва тези маркери за да свързва TFVC changeset-и към Git къмити.
This means that, for example,instead of typing git commit, you just need to type git ci.
Съгласно този пример,вместо да пишете git commit, можете да напишете git ci.
Type your message intothe text box and click“Commit” to do something similar to git commit.
Напишете съобщението си в кутията инатиснете“Commit” за да направите нещо подобно на git commit.
This is important because every Git commit uses this information, and it's immutably baked into the commits you pass around.
Това е важно, защото всеки Git къмит използва тези данни и те ще са неделима част в следващите къмити.
You rolled back to before you ran all your git add and git commit commands.
По същество сега се върнахте обратно до момента преди изпълнението на командите git add и git commit.
This has the implication that your Git commits may have a different SHA-1 hash before and after they has been pushed to TFVC.
Последствието от това е, че вашите Git къмити ще имат различни SHA-1 чексуми преди и след публикуването им в TFVC.
The last two lines mask Bob and Joe's actual names andemail addresses from the Git commits that are created.
Последните два реда маскират действителните имена иимейл адреси на Bob и Joe, от създадените Git къмити.
You undid your last commit, the git add and git commit commands, and all the work you did in your working directory.
Вие отменихте последния къмит(командите git add и git commit) и също така цялата работа, която сте свършили в работната си област.
Creating a branch in TFVC means adding a changeset where that branch now exists, andthis is projected as a Git commit.
Създаването на клон в TFVC означава създаване на changeset,в който клона съществува и това се проектира като Git къмит.
In Czym jest gałąź, we go into much more detail about what git commit does and why it does it like that.
В Накратко за разклоненията навлязохме в повече детайли за това какво прави git commit и защо го прави по дадения начин.
What's happening is that Git Fusion is converting all the applicable changesets in the Perforce history into Git commits.
Това, което се случва е, че Git Fusion конвертира всички приложими changesets в Perforce историята в Git къмити.
In this case, we're going to do a“deep” checkin,where every Git commit becomes a TFVC changeset, so we want to rebase.
В този случай,ще направим“deep” checkin, където всеки Git къмит става отделен TFVC changeset, така че искаме да пребазираме.
You can accomplish that with a few git add commands that specify the files you want to track,followed by a git commit.
Можете да направите това с малко git add команди, които указват файловете, които искате да следите,последвани от git commit.
The notes/hg file is the starting point for how git-remote-hg maps Git commit hashes to Mercurial changeset IDs.
Файлът notes/hg е изходната точка за това как git-remote-hg съотнася хешовете на Git къмитите с changeset идентификаторите на Mercurial.
Git commit--help" said"--no-verify" is only about skipping the pre-commit hook, and failed to say that it also skipped the commit-msg hook.
Git commit--help" каза, че"--no-verify" е само за прескачане на кутията за предварително ангажиране и не успя да каже, че също е пропуснала куката commit-msg.
The git p4 submit command will try to create a new Perforce revision for every Git commit between p4/master and master.
Командата git p4 submit ще се опита да създаде нова Perforce ревизия за всеки Git къмит между p4/master и master.
This is useful if you have created Git commits under several different email addresses(or change email addresses), but want them to be mapped to the same Perforce user.
Това е полезно, ако сте създали Git къмити с различни имейл адреси(или пък сте сменили адреса), но искате да ги присъедините към същия Perforce потребител.
You then replace some of those files with new versions of them, and git commit converts that into the tree for a new commit..
Вие след това замествате част от файловете с техни актуализирани версии и git commit конвертира това в дървото за нов къмит.
In this example, the same person(Bob) has created changesets under four different names, one of which actually looks correct, andone of which would be completely invalid for a Git commit.
В този конкретен пример, един и същи човек(Bob) е създал changeset-и под четири различни имена, едно от които изглежда коректно идруго, което ще е изцяло невалидно за един Git къмит.
The post-rewrite hook is run by commands that replace commits, such as git commit--amend and git rebase(though not by git filter-branch).
Hook-ът post-rewrite се изпълнява от команди, които заместват къмити като git commit--amend и git rebase(макар и не от git filter-branch).
Git-tf gives you the choice of making a single changeset that represents all the changes since the last one(--shallow, which is the default)and creating a new changeset for each Git commit(--deep).
Git-tf предоставя избор да направим единичен changeset с всичкипромени от последния такъв(--shallow, което е по подразбиране) или да правим по един нов changeset за всеки Git къмит(--deep).
Git-p4 has helpfully imported the message from the Git commit as the content for this Perforce changeset, so all we have to do is save and quit, twice(once for each commit)..
Git-p4 удобно е вмъкнал съобщението от Git къмита като съдържание за този Perforce changeset, така че просто трябва да запишем и да излезем, два пъти(по веднъж за всеки къмит).
Notice the tags with names like TFS_C35189; this is a feature that helps you know which Git commits are associated with TFVC changesets.
Обърнете внимание на таговете с имена като TFS_C35189, това е функция подпомагаща да разберете кои Git къмити са асоциирани с дадени TFVC changeset-и.
You could now update the index and run git commit again to accomplish what git commit--amend would have done(see Changing the Last Commit).
Сега можете да обновите индекса и да изпълните git commit отново, така че да постигнете резултата, който бихте имали с git commit--amend(вижте Промяна на последния къмит).
Rebasing makes our commit history linear,which means we have the option of converting each of our Git commits into a TFVC changeset.
Пребазирането е другата възможност, то прави историята ни линейна, което значи, чеимаме възможността да конвертираме всеки от нашите Git къмити в TFVC changeset.
Gitcampy is a script that loads Basecamp todo lists into Git commit messages, and marks todos as complete and add time entries if they are kept in the commit message. InstallWarning!
Gitcampy е скрипт, който зарежда Basecamp Todo списъци в Git ангажират съобщения и марки Todos като пълноценни и добавяне на записи от време, ако те се съхраняват в извършване на съобщението. Install Внимание!
Results: 220, Time: 0.0393

Word-for-word translation

Top dictionary queries

English - Bulgarian