Gitless

gl init - create an empty repo or create one from an existing remote repo
gl status - show status of the repo
gl track - start tracking changes to files
gl untrack - stop tracking changes to files
gl diff - show changes to files
gl commit - record changes in the local repo
gl checkout - checkout committed versions of files
gl history - show commit history
gl branch - list, create, edit or delete branches
gl switch - switch branches
gl tag - list, create, or delete tags
gl merge - merge the divergent changes of one branch onto another
gl fuse - fuse the divergent changes of one branch onto another
gl resolve - mark files with conflicts as resolved
gl publish - publish commits upstream
gl remote - list, create, edit or delete remotes
1 Like

Last commit is February 2021.

This one is at v0.9.17 from March 2022: https://github.com/goldstar611/gitless

Is it the same thing?

2 Likes

Yes, it is a fork. I found the comment mentioning it:

So likely that fork is the best one to use.

1 Like