
legit
List of commands for legit:
-
legit:tldr:114bc legit: Remove a branch from the remote server.$ git unpublish ${branch_name}try on your machineexplain this command
-
legit:tldr:94312 legit: List all branches and their publication status.$ git branches ${glob_pattern}try on your machineexplain this command
-
legit:tldr:fe106 legit: Publish a specified branch to the remote server.$ git publish ${branch_name}try on your machineexplain this command