DEV Community

Discussion on: How does it feel to be a junior developer

Collapse
 
erinlmoore profile image
Erin Moore

I DID accidentally push to master, and had to ask for help backing it out 🙇🏻‍♀️.

So now I always push with git push origin <branch-name>, even if there are shorter ways.

Collapse
 
moopet profile image
Ben Sinclair

I've been using git for what seems like a hundred years, and I still do that. Not only does it mean you're absolutely sure what you're doing, but if you scroll back up or look in your history to see what you did yesterday, it's explicit.

Collapse
 
stefannibrasil profile image
Stefanni Brasil

LOL, this is more common than we imagine, I've heard some people saying that too and they're not junior's anymore, so I think we are fine :D

but this also teaches a lot about git, right? I learned how to organize my commits and used

git reset

this month, it was exciting :D