mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-16 12:13:24 +08:00
6 lines
143 B
Bash
6 lines
143 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git svn init https://pugixml.googlecode.com/svn/trunk
|
||
|
git update-ref refs/remotes/git-svn refs/remotes/origin/master
|
||
|
git svn rebase
|