What is the translation of " COMMIT OBJECT " in Portuguese?

[kə'mit 'ɒbdʒikt]
[kə'mit 'ɒbdʒikt]
objeto commit
commit object

Examples of using Commit object in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
That gives you your next commit object.
Isso lhe dá o seu próximo objeto commit.
A"commit" object links tree objects together into a history.
Um objeto"commit(entrega)" liga árvores de objetos junto com um histório.
This is the basic information that the commit object stores for you.
Esta é a informação básica que os objetos commit armazenam para você.
Each of the three commit objects points to one of the three snapshot trees you created.
Cada um dos três objetos commit apontam para uma das três árvores de snapshot criadas.
The contents of files are not actually stored in the index(. git/index) or in commit objects.
O conteúdo dos arquivos não é na verdade armazenado no index(. git/index) ou em objetos commit.
Git automatically creates a new commit object that contains the merged work.
Git cria automaticamente um novo objeto commit que contém as modificações do merge.
The relationships between the blobs can be found through examining the tree and commit objects.
Os relacionamentos entre os blobs podem ser encontrados por examinar à árvore de objetos commit.
Because your starting point is the ca82a6 commit object you saw in the info/refs file, you start by fetching that.
Como o seu ponto de partida é o objeto commit ca82a6 que você viu no arquivo info/refs, você começa obtendo ele.
It contains the name of a tree object(of the top-level source directory), a time stamp, a log message, and the names of zero or more parent commit objects.
Ele contém o nome de uma árvore de objetos(da raiz de diretórios), datação, uma mensagem de log, e os nomes de zero ou mais objetos-pai de commit.
As you may remember,Git is fundamentally a linked list of commit objects that point to a snapshot of content.
Como você pode lembrar,Git é fundamentalmente uma lista encadeada de objetos commit que apontam para um snapshot de um conteúdo.
It rewrites every commit object downstream from the earliest tree you have to modify to remove a large file reference.
Ele reescreve a cada objeto commit da primeira árvore que você tem que modificar para remover uma referência de arquivo grande.
This is essentially what Git does when you run the git add and git commit commands- it stores blobs for the files that have changed, updates the index, writes out trees,and writes commit objects that reference the top-level trees and the commits that came immediately before them.
Isso é essencialmente o que o Git faz quando você executa os comandos git add e git commit- ele armazena blobs dos arquivos que foram alterados, atualiza o índice, escreve árvores,e escreve objetos commit que fazem referência às árvores de nível superior e os commits que vieram imediatamente antes deles.
Git then creates a commit object that has the metadata and a pointer to the root project tree so it can re-create that snapshot when needed.
O Git em seguida, cria um objeto commit que tem os metadados e um ponteiro para a árvore do projeto raiz, então ele pode recriar este snapshot quando necessário.
The tag object is very much like a commit object- it contains a tagger, a date, a message, and a pointer.
O objeto tag é muito parecido com um objeto commit- contém um tagger(pessoa que cria a tag), uma data, uma mensagem e um ponteiro.
To create a commit object, you call commit-tree and specify a single tree SHA-1 and which commit objects, if any, directly preceded it.
Para criar um objeto commit, você chama commit-tree e especifica uma única árvore SHA-1 e quais objetos commit, se houverem, diretamente precederam ele.
Most commonly, it is used to store a digital signature of a commit object corresponding to a particular release of the data being tracked by Git.
Em geral, é usado para armazenar uma assinatura digital de um objeto commit correspondente àquela release de dados que estão sendo rastreados pelo Git.
The format for a commit object is simple: it specifies the top-level tree for the snapshot of the project at that point; the author/committer information pulled from your user. name and user.
O formato de um objeto commit é simples: ele especifica a árvore de nível superior para o snapshot do projeto nesse momento; a informação do author/committer(autor do commit) obtido de suas opções de configuração user. name e user.
The objects directory stores all the content for your database,the refs directory stores pointers into commit objects in that data(branches), the HEAD file points to the branch you currently have checked out, and the index file is where Git stores your staging area information.
O diretório objects armazena todo o conteúdo do seu banco de dados,o diretório refs armazena os ponteiros para objetos de commit(branches), o arquivo HEAD aponta para o branch atual, e o arquivo index é onde Git armazena suas informações da área de preparação staging area.
For instance, if you want to show the last commit object on a branch, the following commands are equivalent, assuming that the topic1 branch points to ca82a6d.
Por exemplo, se você quer mostrar o último objeto commit em um branch, os seguintes comandos são equivalentes, assumindo que o branch topic1 aponta para ca82a6d.
When you run git commit,it creates the commit object, specifying the parent of that commit object to be whatever SHA-1 value the reference in HEAD points to.
Quando você executar git commit,ele crirá o objeto commit, especificando o pai desse objeto commit para ser o valor SHA-1 de referência apontada por HEAD.
The initial information states that you're defining a commit object and what branch it's on, followed by the mark you have generated, the committer information and commit message, and then the previous commit, if any.
As primeiras informações indicam que você está definindo um objeto commit e que branch ele está, seguido pela mark que você gerou, a informação do committer e mensagem de commit, e o commit anterior, se houver.
Results: 21, Time: 0.0291

Word-for-word translation

Top dictionary queries

English - Portuguese