Skip to main content

Module ops

Module ops 

Source
Expand description

Remote operations โ€” list, fetch, pull, and push.

Functionsยง

fetch_remote
Fetch from a remote by name.
list_remotes
List all configured remotes in the repository.
pull
Pull from a remote: fetch + fast-forward merge of the given branch.
push
Push a local branch to a remote.