Skip to content

halfbyte/sync_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

sync_test

Testing various ways of syncing from upstream repos

1. Fast forward via update_ref

ref = client.ref('depfu/sync_test', 'heads/master')
sha = ref.object.sha
# when trying to keep up to date with upstream, we could (and probably should) also force
client.update_ref('halfbyte/sync_test', 'master', sha, true)

About

Testing various ways of syncing from upstream repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published