Skip to content

Commit 2bf79ca

Browse files
committed
docs(git): Split command
1 parent 25af9c4 commit 2bf79ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libvcs/cmd/git.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,8 @@ def pull(
756756
>>> git_remote_repo = create_git_remote_repo()
757757
>>> git.pull()
758758
'Already up to date.'
759+
760+
Fetch via ref:
759761
>>> git = Git(dir=git_local_clone.dir)
760762
>>> git_remote_repo = create_git_remote_repo()
761763
>>> git.pull(reftag=f'file://{git_remote_repo}')

0 commit comments

Comments
 (0)