cmds.yml 248 B

1234567891011121314
  1. comaster:
  2. cmd: checkout master
  3. allow_all: true
  4. help: checkout the master branch
  5. remaster:
  6. cmd: pull --rebase origin master
  7. allow_all: true
  8. help: rebase on the origin master branch
  9. stat:
  10. cmd: diff --stat
  11. help: show edit statistics