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

KevinSHIT/Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages