Skip to content
Snippets Groups Projects
Select Git revision
  • e734817db0af028f2aea356b44c74b7ac51023cd
  • passt default
  • master
  • pu
  • todo
  • next
  • maint
  • v2.8.0-rc1
  • v2.8.0-rc0
  • v2.7.2
  • v2.7.1
  • v2.7.0
  • v2.6.5
  • v2.7.0-rc3
  • v2.7.0-rc2
  • v2.7.0-rc1
  • v2.7.0-rc0
  • v2.6.4
  • v2.6.3
  • v2.6.2
  • v2.6.1
  • v2.3.10
  • v2.5.4
  • v2.4.10
  • v2.6.0
  • v2.6.0-rc3
  • v2.5.3
27 results

git-gui

Blame
    • Shawn O. Pearce's avatar
      e734817d
      git-gui: Added revert changes command. · e734817d
      Shawn O. Pearce authored
      
      Users sometimes need to be able to throw away locally modified files
      in order to go back to the last committed version of that file.  To
      perform a revert the user must first uninclude each file from the new
      commit as the working file must at least partially match the index,
      and we use git-checkout-index to update the working directory.
      
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
      e734817d
      History
      git-gui: Added revert changes command.
      Shawn O. Pearce authored
      
      Users sometimes need to be able to throw away locally modified files
      in order to go back to the last committed version of that file.  To
      perform a revert the user must first uninclude each file from the new
      commit as the working file must at least partially match the index,
      and we use git-checkout-index to update the working directory.
      
      Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
    README.md 13.03 KiB