Documenting my journey ✍️
From 0 - Offer letter 🖤
Hiii I'm Claret
What I do ?
I write codes ...
What I'm doing ?
Taking up a new skill on cyber security with @CyfrinUpdraft
I would love to connect with more people...PS I'm starting from scratch
GM 🖤
Did they said it couldn't be done in Nigeria ? They were wrong
@SuperteamNG didn’t just “grow” in 2025 they rewired an entire ecosystem
What happened this year ??
Nigeria proved, loudly, that talent + opportunity can print an economy.
Here’s the short version of a story:
The Only Git Command List You'll Need to Bookmark
→ Daily Lifesavers:
• git status — Your repo’s daily health check
• git add . — “Take everything, I’m ready”
• git commit -m "msg" — The diary entry for your work
• git push — Send it to the world
• git pull --rebase — Fresh updates, minus the merge mess
→ Branch Magicians:
• git branch — Show me all timelines
• git checkout -b feature-x — Start a new adventure
• git switch main — Jump between universes
• git merge feature-x — Combine worlds
• git rebase -i HEAD~5 — Rewrite history like a pro
→ Debugging Detectives:
• git log --oneline --graph --decorate — Visual crime scene
• git diff — What changed? Who changed it? Why??
• git blame {file} — Name and shame (lovingly)
• git bisect — Find that one evil commit
• git fsck — Check repo sanity
→ Oops Fixers:
• git restore . — Undo accidental chaos
• git reset --hard HEAD~1 — Delete the last mistake
• git checkout -- {file} — Bring back a lost file
• git stash — Hide your unfinished sins
• git reflog — The ultimate undo time machine
→ Collaboration Superpowers:
• git fetch --all — Pull updates, no drama
• git remote -v — Show your repo connections
• git pull origin main — Sync with the team
• git push -u origin branch-name — Set an upstream buddy
• git cherry-pick {hash} — Borrow just one commit from another branch
→ Release Masters:
• git tag -a v1.0 -m "first release" — Stamp your moment
• git tag — All milestones at a glance
• git push --tags — Ship your releases
• git describe --tags — Find where you are in release land
• git archive --format=zip HEAD > https://t.co/wtOm5wBOU4 — Pack and ship your code
→ Cleanup Crew:
• git gc — Garbage collector for your repo
• git prune — Get rid of unreachable commits
• git clean -fd — Delete untracked files (danger + power)
• git reset --soft HEAD~1 — Undo commit but keep changes
• git branch -d feature-x — Remove dead branches
→ Power User Tricks:
• git config --global alias.s status — Create your own shortcuts
• git show {hash} — Peek into a commit’s soul
• git shortlog -sn — Who contributed how much?
• git worktree add ../dir branch — Work on multiple branches at once
• git grep -n "text" — Search inside the repo like a detective
What are YOUR go-to Git commands?
Foundry 10 hrs course on Cyfrin Updraft : Spend 1hr everyday on this course and in ten days time you'll be done..
Me : Literally spends 2hrs plus on the course almost everyday and still not done in 3wks time😩😂😂