diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-20 15:11:32 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-20 15:11:32 +0100 |
commit | d8c55b56e139a1b624f25345dc616c9f610deea6 (patch) | |
tree | ed29471581b524c8cfc4073e66a87ed6fd8194ae | |
parent | 671b8bf7769ea2e9f0c6ffa63021ccbfb7d4b668 (diff) | |
download | ahk-d8c55b56e139a1b624f25345dc616c9f610deea6.tar.gz |
add git commit -a hotkey
-rw-r--r-- | tt.programs.explorer.ahk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tt.programs.explorer.ahk b/tt.programs.explorer.ahk index d3b023b..4c4276e 100644 --- a/tt.programs.explorer.ahk +++ b/tt.programs.explorer.ahk @@ -230,6 +230,7 @@ basename(s) !c::Run, % "cmd /c cd "qp()" & git commit & pause" !+c::Run, % "cmd /c cd "qp()" & git commit --amend & pause" +!^c::Run, % "cmd /c cd "qp()" & git commit -a & pause" !p::Run, % "cmd /c cd "qp()" & git push & pause" !s::Run, % "cmd /c cd "qp()" & git status & pause" |