Skip to content

Conversation

@techtonik
Copy link
Contributor

@techtonik techtonik commented Mar 21, 2017

>py "gl.py"
Gitless: a version control system built on top of Git.
More info, downloads and documentation at http://gitless.com

commands:

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

@spderosso spderosso merged commit f699285 into gitless-vcs:master Mar 22, 2017
@spderosso
Copy link
Member

thanks!

@techtonik techtonik deleted the humanhelp branch July 7, 2017 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants