All posts

February 26, 2023 at 6:50 PM

One of my favorite tricks (read guilty secret) is git stash. This command lets you store work in progress so you can work on something else if you aren’t ready to commit. It’s great for little unfinished ideas you want to come back to later.

Screenshot of VS Code depicting some Go code and terminal window
Screenshot of VS Code depicting some Go code and terminal window

#golang #git #code #dev

512
View on Mastodon →