🚀 Day 1 of #100DaysOfCode

RAJDEEP DEYRAJDEEP DEY
1 min read

Kicking Things Off with Git

And we’re off! 🎉
Today’s the first step in my #100DaysOfCode journey, and I decided to start right at the foundation: Git.

🛠 What I worked on:

I created a simple Git repo called Shopping and added a couple of text files:

  • groceries.txt 🍅

  • yard.txt 🪴

Then came the fun part — my first commits!

  • “Tomato soup 🍅”

  • “Garden box 🪴”

  • “Potatoes 🥔”

I also explored one of the coolest Git commands for visual learners:

bashCopy codegit log --oneline --graph

It's like seeing the tree of your progress — very satisfying.

💡 What I learned:

Git might look scary with all its commands at first, but once you get into it, it actually feels empowering. Understanding even the basics — like commits and logs — makes me feel more in control of my code.

Today wasn’t about writing complex code — it was about setting up the habits and tools that will support me throughout these 100 days.


🔗 From Twitter:

Here’s the original tweet I posted that day:


On to Day 2! 🧠
If you’re also on this journey — let’s connect and share progress.

#100DaysOfCode #Git #DevJourney #CodeNewbie #BuildInPublic

0
Subscribe to my newsletter

Read articles from RAJDEEP DEY directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

RAJDEEP DEY
RAJDEEP DEY

I'm Rajdeep, a B.Tech student majoring in AI & Data Science at SMIT. I'm currently diving deep into AI, Data Science, and full-stack web development by working on real-world projects. Through daily blog posts, I’m documenting my journey, sharing what I learn, and helping others who are just starting out in tech.