Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 142 Bytes

alii.md

File metadata and controls

7 lines (7 loc) · 142 Bytes

Git

Paste these in ~/.gitconfig or use the git alias --global command:

[alias]
  unstage = reset HEAD --
  last = log -1 HEAD