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.