Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 384 Bytes

Gitpanso

Git shortcuts for espanso to quickly enter commands (e.g commit, remote origin, etc.).

Shortcuts

  • :gup git update
  • :gall git add -A
  • :ga git add [cursor]
  • :com1 git commit -m "[cursor]"
  • :com2 git commit -m "MM-DD-YYYY | HH:mm"
  • :com3 git commit -m "DD-MM-YYYY | HH:mm"
  • :gp git push
  • :gr git push --set-upstream origin [cursor]