it means
--set-upstream
and that means:
git push –set-upstream sets the default remote branch for the current local branch.
(see this answer)
5
solved Why does -u mean remember for git push [-u]?
it means
--set-upstream
and that means:
git push –set-upstream sets the default remote branch for the current local branch.
(see this answer)
5
solved Why does -u mean remember for git push [-u]?