Skip to content

janrain/openid4java

Repository files navigation

janrain openid4java mirror

Initial Setup

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
    ignorecase = true
    precomposeunicode = false
[svn-remote "svn"]
    url = http://openid4java.googlecode.com/svn/trunk
    fetch = :refs/remotes/git-svn
[remote "origin"]
    url = ssh://[email protected]/janrain/openid4java
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master
[branch "upstream"]
    remote = origin
    merge = refs/heads/upstream

Sync Mirror

  • git checkout upstream
  • git svn rebase
  • git push origin HEAD
  • git checkout master
  • git merge --rebase upstream

Sync Mirror

Never make any changes in the upstream branch. That branch should always be a direct mirror of the upstream svn repo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published