Legit - Git(hub) for humans

Wenn ihr schon einmal mit Git und Github gearbeitet habt, dann werdet ihr sicher ein paar Shortcuts für die Verwendung des Remote Repos vermissen. Die liefert legit nach:


$ git sync
# Syncronizes current branch. Auto-merge/rebase, un/stash.

$ git switch <branch>
# Switches to branch. Stashes and restores unstaged changes.

$ git publish <branch>
# Publishes branch to remote server.

$ git unpublish <branch>
# Removes branch from remote server.

$ git branches
# Nice & pretty list of branches + publication status.

Schaut gut aus :slight_smile: