Forrest logo
back to context overview

legit

List of commands for legit:

  • legit:tldr:114bc legit: Remove a branch from the remote server.
    $ git unpublish ${branch_name}
    try on your machine
    explain this command
  • legit:tldr:94312 legit: List all branches and their publication status.
    $ git branches ${glob_pattern}
    try on your machine
    explain this command
  • legit:tldr:fe106 legit: Publish a specified branch to the remote server.
    $ git publish ${branch_name}
    try on your machine
    explain this command
back to context overview