Skip to content

gitup

Usage
gitup [args...]

Fetches updates from the remote and shows git status. Extra arguments are forwarded to git fetch.

Arguments:
args... Forwarded verbatim to git fetch

Returns:

0 Fetch and status succeeded
1 Not inside a git work tree
Examples
gitup
gitup --all