Push your Projects to github in Single Command!
What this code do:
-
Type Your Custom command_Your Project folder name
-
That command will create a Folder and save it to specified directory on your machine
-
Then it Pushes the created Project folder to Github automatically
Requirements :
--Selenium
--PyGithub
Procedure :
-
Create a Custom command and add all github init commands to that Custom Command.
-
Run-- source .my_command.sh -- To add that
-
Create a environment variable and store your github username, password and directory to store your project file in machine
-
Run Your Custom command_Your Project folder name to Automate your Push
Create Env with
MYUNAME = "yourusername"
MYPWORD = "yourpassword"
PATH = "/path/to/your/project/"