DEV Community

Discussion on: October 22nd, 2021: What did you learn this week?

Collapse
 
grendel profile image
grendel

When I have pushed to my remote from another machine, and made commits but forgot to pull first, I learned that to avoid an ugly and unnecessary merge commit, git pull --rebase is probably safer than trying to get around it with various combinations of git stash and git reset, because it yeeted one of my passwords away by accident :v

I also learned how (not) to set up nginx as a reverse-proxy to docker containers and how to use Jekyll

Collapse
 
nickytonline profile image
Nick Taylor

Croc mascot nodding