Dura is a background process that watches your Git repositories
11–20 of 207 posts
Re: Dura is a background process that watches your Git repositories
#12Seems like a nice tool, but if you really used git, I don't really see how this situation described at the readme.md could happen :-) you think you just lost days of work
Re: Dura is a background process that watches your Git repositories
#13Took me a while to realize this is derived from the word duraBILITY. At first I thought this was a russian word being used...
Re: Dura is a background process that watches your Git repositories
#14I’ve had this idea for about 10 years - it really pays off to wait and eventually someone will build all my ideas :) There are many things to build on top: - Squash history so that it doesn’t grow indefinitely. - Be somewhat language aware to provide better commit messages - IDE integration
Re: Dura is a background process that watches your Git repositories
#15This is an interesting concept. I'd think it would need some kind of system tray icon to be aware if it stops running, otherwise, it might provide a false sense of security and you could lose work because you thought you were safe but Dura actually crashed three days ago. It also probably needs some sort of automatic syncing to a remote repo, so it isn't affected by spilling your coffee on your laptop.
Re: Dura is a background process that watches your Git repositories
#16Took me a while to realize this is derived from the word duraBILITY. At first I thought this was a russian word being used...
Re: Dura is a background process that watches your Git repositories
#17Seems like a nice tool, but if you really used git, I don't really see how this situation described at the readme.md could happen :-) you think you just lost days of work
Not for you and me but might save hours/days of work for someone (including me-a-few-years-ago) who is lazy/forgetful about their commits.
Re: Dura is a background process that watches your Git repositories
#18Along similar lines, I've adopted a hyper-frequent commit pattern in git. I do a bunch of meaningless micro-commits as I'm making progress, and then rewrite them all into one or two meanginful commits once I've reached a working state of whatever I was trying to do. I find it's helpful for not losing work / easily backing up if as I'm going along I realize I want to change approach. (For the micro commit I have a git…
Re: Dura is a background process that watches your Git repositories
#19Re: Dura is a background process that watches your Git repositories
#20I see no reason to use this if you commit often and know how to use reflog.
I prefer not rebasing / editing unless I have to.