https://github.com/abdulhadishah/story
My masterpiece π§βπ¨
https://github.com/abdulhadishah/story
cli git github version-control
Last synced: 6 months ago
JSON representation
My masterpiece π§βπ¨
- Host: GitHub
- URL: https://github.com/abdulhadishah/story
- Owner: abdulhadishah
- Created: 2025-12-25T15:28:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-26T15:35:40.000Z (6 months ago)
- Last Synced: 2025-12-28T02:26:02.035Z (6 months ago)
- Topics: cli, git, github, version-control
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ποΈ Git, GitHub & Version Control: Learning Sandbox
This repo was created while learning Git and GitHub as part of my web development course. It isnβt a full project; instead, it was used as a small sandbox to practice real version-control workflows directly from the command line.
The files in this repo were intentionally created, modified, and committed while experimenting with Git, so I could understand how changes move through the working directory, staging area, and repository.
## β¨ Technologies
- `Git`
- `GitHub`
- `Command Line`
## π What I Practised Here
- Initialising a repo and creating commits
- Staging, unstaging, and tracking file changes
- Viewing logs, diffs, and commit history
- Creating and switching branches
- Merging changes and resolving simple cases
- Using `.gitignore` and cleanup commands
- Pushing to and working with a remote repo
Most files are short, single-line test files created to observe how Git reacts to edits, deletions, renamings, and commits.
## π The Purpose
This repo wasnβt meant to store notes or build an app.
It was created so I could:
- learn version control by actually using it
- make mistakes safely
- experiment with commands until they make sense