Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 533 Bytes

File metadata and controls

17 lines (15 loc) · 533 Bytes

Kit

Commands

kit i <url> <branch>        # init
kit i <url> <branch> <msg>  # init & commit & push
kit fp                      # push --force
kit p                       # push
kit p <target>              # push origin <target>
kit p -f                    # push --force
kit p -f <target>           # push --force origin <target>
kit c                       # commit empty message
kit c <msg>                 # commit <msg>
kit m                       # merge
kit acp <msg>               # add . & commit <msg> & push