Tag: git

Git: How to save your changes temporarily

August 29, 2020 · 3 min read
You're head down on a big feature. Tons of uncommitted code changes sit in your git directory. Its almost five o'clock and tomorrow is Code Freeze. The last thing you would want to hear is ..

Commit Mistake: How to untracked files in Git

August 20, 2020 · 1 min read
With todays tools, it easy to accidentally commit a big file into your git repository. Try this simple command to fix this.

Git: Multiple workspaces with git worktree

December 13, 2022 · 2 min read
Learn how to increase your git productivity with multiple working directories for one git repository