This repository is used to practice Git and GitHub operations in RStudio Cloud. It is not a course assignment or a research project.
Git_practice.Rmd: an R Markdown file used for editing, conflict-resolution, branch, deletion, and restoration exercises.
- Pulling changes from GitHub
- Staging and committing local changes
- Pushing commits to GitHub
- Resolving text and deletion conflicts
- Creating and merging branches
- Inspecting history and restoring earlier file versions
- Pull before starting new work.
- Edit and save the files.
- Review and stage the changes.
- Commit with a meaningful message.
- Push the commits to GitHub.
ADDED A SENTENCE HERE