Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
forwardslash · 4552 days ago · link · · parent · post: Git is an editor, and rebase is the backspace key
I'm treating git more and more as an editor. I use it in conjunction with jekyll for a blog and I'm using it to help collaboratively write the project proposal for a group project at school.
Git is so awesome for things like that. I'm planning to replace my dropbox with github just because I'm so familiar with it and it lets me upload/commit when I want to, rather than every possible change I make. And local reverting is awesome. Not to mention programming projects are 1000x easier with it.