This repository was created as part of a hands-on assignment to practice basic Git and GitHub commands using the command line interface (CLI).
git init
– Initialized a new Git repositorygit add
– Staged files for commitgit commit
– Committed changes to local repositorygit checkout -b
– Created and switched to a new branchgit merge
– Merged feature branch into main/mastergit remote add origin
– Connected to remote GitHub repogit push
– Pushed local changes to GitHubREADME.md
– Overview of project and practicenotes.txt
– Notes created on Git branching.git
– Git tracking folder (hidden)Click here to view on GitHub Pages:
👉 https://paulinesoledad.github.io/git-practice
This exercise demonstrates basic version control workflows, useful for real-world collaboration and project tracking.