Today, I wanted to mess around with something called “f1 mode push”. Honestly, I wasn’t even sure what it was at first, but it sounded cool, so I dove in.

Getting Started
First things first, I needed to figure out what this “f1 mode” even was. After some digging, I found out it’s some kinda configuration related to git.
The Experiment
I opened up my terminal and navigated to a test git repository I had lying around. I figured it was better to mess up a test repo than one of my important projects.
Then i tried to get something by using git command, and i typed:
git config --global --add * ''
I run that command, and my setting has changed.

The Result
So, yeah, that’s basically what I did today with “f1 mode push”. It might not be a groundbreaking discovery, but it was fun to poke around and see what happens. Maybe I’ll find a more practical use for it later, but for now, it was just a fun little experiment.