Skip to content
Snippets Groups Projects
Select Git revision
  • devel default protected
  • issue#67
  • master protected
  • issue#56
  • week07
  • week06
  • week05
  • week04
  • week08
  • week03
  • week02
  • week01
12 results

cap08_dt.Rmd

Blame
  • cap08_dt.Rmd 12.16 KiB
    title: "Dicionário de Termos"
    author: "PET Estatística UFPR"
    graphics: yes
    output:
      pdf_document:
        template:
        highlight: default
        toc: false
        keep_tex: true
        number_sections: false

    \begin{center} \textbf{\Huge{A}} \end{center}

    \noindent \textbf{\large{Add}}

    \begin{quotation} \noindent Adiciona (envia) os arquivos para a stagin area, para que possa ser marcado no tempo por um commit. \end{quotation}

    Exemplo:

    # Adicionar todos os arquivos a stagin area:
    git add *

    \begin{center} \textbf{\Huge{B}} \end{center}

    \noindent \textbf{\large{Bisect}}

    \begin{quotation} \noindent Realiza uma pesquisa binária (binary search) a procura de erros. Para que a pesquisa ocorra, é necessário um ponto no tempo em que o código esteja funcionando e outro que não esteja. \end{quotation}

    Exemplo: