Crates.io | pu2 |
lib.rs | pu2 |
version | 0.5.1 |
source | src |
created_at | 2019-11-14 01:35:18.835511 |
updated_at | 2019-11-16 02:57:31.881055 |
description | push commits or tags to remote git repository |
homepage | |
repository | https://github.com/ctsrc/repotools/tree/master/pu2 |
max_upload_size | |
id | 181096 |
size | 15,760 |
This crate provides the pu
command, and is part of the
repotools set of utilities.
You can install all of the repotools utilites by running the following command in your terminal:
cargo install repotools
If you want to install only some of them, you can install them individually. Refer to the repotools for the full list of utilities and links to their individual crates.
To install pu
utility individually, run the following
command in your terminal:
cargo install pu2
pu [--tags] [-f] [<repository>]
– push commits or tags to remote git repositoryUse pu
to push commits to the remote of the current branch
(or to origin if no remote is configured for the current branch).
Use pu --tags
to push tags.
Use pu -f
to force push commits.
Use pu --tags -f
to force push tags.
For all of the above, optionally specify which repository ([<repository>]
)
to push to, specified either as a named remote or as a URL.
pu
is like git push
, only more awesome.