Just a bunch of git stuff

1 · Abin Simon · Nov. 6, 2020, midnight
Hey, Been a while since I have wrote a blog and thought I would write about something that I really like, git. I really like git, almost all of my important data is text and almost all of them are versioned using git. Here is a bunch of things in git that I think are not that widely known. Worktree # Worktrees are useful if you work on a bunch of branches at the same time. It really comes in handy when you are in the middle of something in one branch have to switch to another branch to do a "urg...