You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 commandin 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