Git commands in simple terms
Basic Terms Repository (Repo): A folder where your project lives, with all its files and history. Commit: Save a snapshot […]
Basic Terms Repository (Repo): A folder where your project lives, with all its files and history. Commit: Save a snapshot […]
Running Python code on Github (https://github.com/Inderjeetdev/chatbot): 1) In project folder create a file named script.py with actual code of Python,