💾 Archived View for freeshell.de › tldr › git-push.gmi captured on 2023-11-04 at 12:30:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

git push

Push commits to a remote repository.

More information.

git push
git push {remote_name} {local_branch}
git push -u {remote_name} {local_branch}
git push {remote_name} {local_branch}:{remote_branch}
git push --all {remote_name}
git push {remote_name} --delete {remote_branch}
git push --prune {remote_name}
git push --tags
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY