Skip to content

MaverickDe/github-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Uploading to git with a single line of command line code

Code and Comand Line Arguments

OPTIONS
 1. First , create a new empty  github repository in github
      2. Login into your github account in your cli
      3. Then type the command in the command interface "github ...options"

      follow the example below
            /* github -origin http/mave/gitrepo -branch main -add . -commit "fist commit" -push  */

            or

            /* github -o http/mave/gitrepo -b main -a . -c "fist commit"  -p */


      command: github
         options :
            -branch | -b : specify the branch to upload ,default(master)
            -add    | -a : add a specific folder or all folder, default(".")
            -commit | -c : commit message
            -origin | -o : specify git hub repository code
            -push   | -p : specify to push to origin or not ,if ommited the  code wont be push to gihub

         


Developer

ASOTIBE PRINCEWILL ONYEMAECHI
[email protected]

About

Upload to github wtih a single line of code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published