Git command mapper.
cg help
cg init
cg uninit
cg commit -m "MESSAGE"
cg commit -r
cg add .
# or
cg add FILE-A FILE-B
cg origin
cg origin https://github.com/mdmahikaishar/custom-git.git
cg branch
cg branch main
cg branch -c hello
cg branch -l
cg push origin main
cg status
cg log
cg merge