O Que é EXECUTAR GIT em Inglês

run git
executar git
rodar git
running git
executar git
rodar git

Exemplos de uso de Executar git em Português e suas traduções para o Inglês

{-}
  • 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
Se você executar git status, você pode ver seu estado sujo.
If you run git status, you can see your dirty state.
Para corrigir isso, você precisa executar git submodule update novamente.
To fix this, you must run git submodule update again.
Se você executar git gc, todos os objetos estarão em um packfile;
If you run git gc, all the objects are in a packfile;
Se você for para o diretório /opt/p4import e executar git log, você pode ver o seu trabalho importado.
If you go to the /opt/p4import directory and run git log, you can see your imported work.
Se você executar git diff nele, você vê uma coisa interessante.
If you run git diff on that, you see something interesting.
Para ver a informação do reflog formatada como a saída do git log,você pode executar git log-g.
To see reflog information formatted like the git log output,you can run git log-g.
Agora, você pode executar git log para ver seu novo hostórico.
Now, you can run git log to see your new history.
Para ver quais branches já foram mesclados no branch que você está,você pode executar git branch--merged.
To see which branches are already merged into the branch you're on,you can run git branch--merged.
Se você executar git diff normalmente, você só verá algo como isto.
If you run git diff normally, you only see something like this.
Para ver todos os branches que contém trabalho que você ainda não fez o merge,você pode executar git branch--no-merged.
To see all the branches that contain work you haven't yet merged in,you can run git branch--no-merged.
Se você executar git gc, você não terá mais esses arquivos no diretório refs.
If you run git gc, you will no longer have these files in the refs directory.
Se eles querem que o Git faça isso automaticamente toda vez que executar git push origin, eles podem adicionar o valor push ao seu arquivo de configuração.
If they want Git to do that automatically each time they run git push origin,they can add a push value to their config file.
Se você executar git checkout test,Git atualiza o arquivo para ficar assim.
If you run git checkout test,Git updates the file to look like this.
O projeto Git tem mensagens de commit bem formatadas- eu encorajo você a executar git log--no-merges lá para ver como um histórico de commits bem formatados se parece.
The Git project has well-formatted commit messages- I encourage you to run git log--no-merges there to see what a nicely formatted project-commit history looks like.
Se você executar git push--tags, a tag maintainer-pgp-pub será compartilhada com todo mundo.
If you run git push--tags, the maintainer-pgp-pub tag will be shared with everyone.
Isso é geralmente chamado pullrequest(requisição para ele puxar), e você pode gerar isso pelo website- GitHub tem um"pull request" que notifica automaticamente o mantenedor- ou executar git request-pull e enviar por e-mail a saída desse comando para o mantenedor do projeto manualmente.
This is often called a pull request, andyou can either generate it via the website- GitHub has a"pull request" button that automatically messages the maintainer- or run the git request-pull command and e-mail the output to the project maintainer manually.
Em vez disso, você precisa executar git diff-tree com o branch que você quer comparar.
Instead, you must run git diff-tree with the branch you want to compare to.
Executar git pull geralmente busca os dados do servidor de onde você fez o clone originalmente e automaticamente tenta fazer o merge dele no código que você está trabalhando atualmente.
Running git pull generally fetches data from the server you originally cloned from and automatically tries to merge it into the code you're currently working on.
Para removê-lo, você pode executar git stash drop com o nome do stash que quer remover.
To remove it, you can run git stash drop with the name of the stash to remove.
Se você executar git log quando seu histórico está dessa forma, você verá dois commits que terão o mesmo autor, data e mensagem, o que será confuso.
If you run a git log when your history looks like this, you will see two commits that have the same author date and message, which will be confusing.
A questão agora é,quando você executar git branch(branchname), como é que o Git sabe o SHA-1 do último commit?
The question now is,when you run git branch(branchname), how does Git know the SHA-1 of the last commit?
Quando você executar git log neste projeto, você deve ter uma saída como esta.
When you run git log in this project, you should get output that looks something like this.
E se você incluir instruções na mensagem da tag, executar git show< tag> irá dar ao usuário final instruções mais detalhadas sobre a verificação da tag.
If you include instructions in the tag message, running git show< tag> will let you give the end user more specific instructions about tag verification.
Você também pode executar git stash pop para aplicar o stash e logo em seguida apagá-lo da sua pilha.
You can also run git stash pop to apply the stash and then immediately drop it from your stack.
Desta vez, se você executar git show na tag, você não verá nenhuma informação extra.
This time, if you run git show on the tag, you don't see the extra tag information.
Quando você executar git archive, o conteúdo do arquivo quando aberto será parecido com este.
When you run git archive, the contents of that file when people open the archive file will look like this.
Git commit-a é equivalente a executar git add em todos os arquivos que existiam no último commit, e então executar git commit.
Git commit-a is equivalent to running git add on all filenames that existed in the latest commit, and then running git commit.
Quando outros desenvolvedores tentam executar git submodule update, o sistema do submódulo não consegue achar o commit para essa referência, porque ela só existe no sistema daquele primeiro desenvolvedor.
When other developers try to run git submodule update, the submodule system can't find the commit that is referenced, because it exists only on the first developer's system.
Para criar um novo branch no Subversion, você executa git svn branch branchname.
To create a new branch in Subversion, you run git svn branch branchname.
Para fazer um novo stash na sua pilha, execute git stash.
To push a new stash onto your stack, run git stash.
Resultados: 47, Tempo: 0.0297

Como usar "executar git" em uma frase

Executar git merge --no-ff criará um merge node, independentemente se o branch pode ser fast-foward rapidamente ou não.
Então você pode executar “git commit” para verificar essa mudança.
This is basically the comm +Desta vez, se você executar `git show` na tag, você não verá nenhum informação extra.
Executar git mergetool para mim resultou em vimdiff sendo usado.
Se você executar git status -s ou git status --short a saída do comando vai ser bem mais simples: Arquivos novos que não são rastreados têm um ??
No entanto, vamos executar git status mais uma vez: Que negócio é esse?
Quando você executar git status, você vai ver tudo o que mudou desde seu último commit.
Você pode executar git pull sem erros: Aviso : esse script é muito poderoso, então você pode perder suas alterações.
A partir do estado HEAD desanexado, podemos executar git checkout -b new_branch_without_crazy_commit.
The command just shows the commit: +Nesta hora, se você executar `git show` na tag, você não verá as informações extra da tag.

Tradução palavra por palavra

Principais consultas de dicionário

Português - Inglês