diff options
| author | Blake Romero <blake@blkrom.com> | 2024-10-31 15:27:31 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-10-31 15:27:31 +0000 |
| commit | 122be58c463014c64ed9368cdd47806af8ec4daf (patch) | |
| tree | f4d3d94eb0a780ec8eb478cbee3ffafc9430a49c /dot-config/git | |
| parent | 8ea1428eaa2ad4809f1b7dec8386ce96cf85d0bb (diff) | |
Add unstage changes alias to git
Diffstat (limited to 'dot-config/git')
| -rw-r--r-- | dot-config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot-config/git/config b/dot-config/git/config index 7b24d51..ded9c96 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -10,3 +10,4 @@ update = add --update pop = stash pop amend = commit --amend + unstage = restore --staged |
