push 106 B

12345678910
  1. # -*- mode: snippet -*-
  2. # name: push
  3. # key: push...
  4. # --
  5. Hello $1,
  6. Pushed as $2 to master.
  7. Thanks,
  8. Oleg.