diff --git a/bindings.el b/bindings.el index 595c700..ba5827c 100644 --- a/bindings.el +++ b/bindings.el @@ -242,6 +242,8 @@ :desc "Magit buffer log" "L" #'magit-log-buffer-file :desc "Git stage file" "S" #'magit-stage-file :desc "Git unstage file" "U" #'magit-unstage-file + :desc "Git push current" "P" #'magit-push-implicitly + :desc "Git push with options" "p" #'magit-push (:prefix ("f" . "find") :desc "Find file" "f" #'magit-find-file :desc "Find gitconfig file" "g" #'magit-find-git-config-file