Skip to content

Commit 25714c0

Browse files
committed
docs(git.rebase): Split doctest
1 parent c01995b commit 25714c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libvcs/cmd/git.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,9 @@ def rebase(
530530
>>> git_remote_repo = create_git_remote_repo()
531531
>>> git.rebase()
532532
'Current branch master is up to date.'
533+
534+
Declare upstream:
535+
533536
>>> git = Git(dir=git_local_clone.dir)
534537
>>> git_remote_repo = create_git_remote_repo()
535538
>>> git.rebase(upstream='origin')

0 commit comments

Comments
 (0)