Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-git" xml:lang="es">

  <info>
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
    <revision version="3.10" date="2013-10-21" status="draft"/>

    <credit type="author">
      <name>Aleksandra Hankus</name>
      <email its:translate="no">ola.hankus@gmail.com</email>
    </credit>

    <desc>Resaltar líneas modificadas desde el último «commit».</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Daniel Mustieles</mal:name>
      <mal:email>daniel.mustieles@gmail.com</mal:email>
      <mal:years>2011-2015</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Jorge González</mal:name>
      <mal:email>jorgegonz@svn.gnome.org</mal:email>
      <mal:years>2006-2011</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>María Majadas</mal:name>
      <mal:email>maria.majadas@hispalinux.es</mal:email>
      <mal:years>2005</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Milagros Alessandra Infante Montero</mal:name>
      <mal:email>maim92@gmail.com</mal:email>
      <mal:years>2013</mal:years>
    </mal:credit>
  </info>

  <title>Git</title>

  <p>El complemento de <app>git</app> resaltará las líneas que se cambien desde el último «commit». Las líneas se resaltarán solo en archivos registrados en git.</p>

  <p>Para activar el complemento, seleccione <guiseq><gui style="menu">gedit</gui> <gui style="menuitem">Preferencias</gui><gui>Complementos</gui><gui>Git</gui></guiseq>.</p>

  <p>Los cambios se muestran en el margen del documento en tres colores diferentes:</p>
  <terms>
    <item>
      <title>Verde</title>
      <p>Muestra las nuevas líneas añadidas al documento.</p>
    </item>
    <item>
      <title>Naranja</title>
      <p>Muestra las líneas modificadas en el documento.</p>
    </item>
    <item>
      <title>Rojo</title>
      <p>Muestra las partes del documento que se han eliminado.</p>
    </item>
  </terms>

  <note>
    <p>Suspender el puntero del ratón en el margen rojo o naranja para ver el texto original en una descripción emergente.</p>
  </note>

</page>