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
Create a new repo on GitHub called simple_ logs, and select the option to include a README.md file
Clone the repo to your local machine into a new directory called github101
Cd into the local repo, create a new git branch and switch to the new branch.
Copy the logs.txt file into the local repository, add, commit and push the new changes to the remote GitHub repository.
Notice the new changes in your remote GitHub repository, create and approve pull requests where necessary, also configure git credentails where necessary.
Modify your script, and change the path of the logs.txt file to your local git repository.
Modify the README.md file to offer a brief description of what you are doing.
Add a copy of your script into the local git repo.
Save, add, commit and push all local changes to the remote GitHub repository.