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.

Must Have Git Aliases: Advanced Examples

7 pointsby durdnover 12 years ago

1 comment

sceover 12 years ago
Thank you for posting this, lots of nice tips in there.<p>Aliases for submodules were missing though, I guess you're lucky enough to not need them:<p><pre><code> sh=show --submodule df=diff --submodule fe=submodule foreach</code></pre>