My Git AutoHotKey script.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SingleInstance force | |
#IfWinActive ahk_class CASCADIA_HOSTING_WINDOW_CLASS | |
::grc::git rebase --continue | |
::gmt::git mergetool | |
::gpf::git push --force-with-lease | |
::gch::git checkout | |
::gri::git rebase -i HEAD~ | |
::gc::git commit | |
::gca::git commit --amend | |
::gcan::git commit --amend --no-edit | |
::gs::git status | |
::gpu::git push -u origin | |
::gpd::git push -d origin | |
::gd::git diff | |
::gdd::git diff --word-diff | |
::gdc::git diff --cached | |
::gl::git lgg | |
::gll::git lg | |
::gb::git branch | |
::ga::git add . | |
::glg::git lg --graph | |
::ah::git addhashtotasknumber | |
::dcu::docker-compose up --build -d | |
::dcd::docker-compose down -v | |
::kk::kubectl | |
::spr::dnt switch-to-projects | |
::spa::dnt switch-to-packages | |
::pur::az repos pr create --delete-source-branch true --reviewers "[ASAI]\Backend_reviewers" --open --title "some title" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment