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.

Visual git tutorial I

90 pointsby ralfebertalmost 16 years ago

2 comments

recurseralmost 16 years ago
Having only made the leap from svn to git a month ago for my private repos, this is exactly the kind of guide I've been missing. Everything makes a little more sense now, thanks!
评论 #669294 未加载
shoalmost 16 years ago
<i>"A git repository can be a completely local undertaking. The whole repository content is stored in a folder named .git in the root of the project folder"</i><p>This is one of my favourite things about Git. These days I create local git repos for practically everything I do and basically use them as persistent, super-flexible "undo".<p>I'm waiting for someone to write a nice text editor which completely integrates this process; I'd be a customer for sure.