TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Minimalist Git

5 pointsby bengarveyover 1 year ago

1 comment

syndicatedjellyover 1 year ago
Good list. I would add <i>git stash</i> as well. I use it frequently, especially when I need to hop over to another branch for a review. I recently learned that you can save more than one stash as well, but that probably falls in the category of “excessively advanced git features that will land you in trouble”.<p>I also use <i>git diff</i> in conjunction with <i>git status</i>, mainly as a sanity check, and also so I don’t have to switch to a different UI just to see which lines changed in a file.<p>And then one more I like is <i>git log —oneline</i>, once again mainly for a sanity check.
评论 #39386669 未加载