Hacker News new | past | comments | ask | show | jobs | submit login

Git alternative that works with GitHub but isn't git




Fossil, technically, if you write functions for converting to/from git automatically to push/pull from github


isnt't git good enough? didn't get your point


git sucks completely. after using it for a decade, even building it (light demo) from scratch to get a feel for it, watching courses after courses and using it daily.. I still can't memorize most of it which is because UI of commands doesn't make sense....

wanna create a branch git checkout -b "abc"

wanna see what branches you have: git branch

wanna revert to file to old state: git checkout c5f567 -- file1/to/restore file2/to/restore

I thought checkout was to work with branches? what happened?

why is there even staging?

why there are infinite flags

I just want to have different version/branches of same code so i can try different things and go back and forth between them, plus remote sync.

I get by with common commands and if situation is weird either I will find the solution by Googling or I'll have to manually copy paste new code.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: