4 comments

[ 2.9 ms ] story [ 20.9 ms ] thread
"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"

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".

I'm waiting for someone to write a nice text editor which completely integrates this process; I'd be a customer for sure.