mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-28 14:48:43 +08:00
fbfe207fe6
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1010 99668b35-9821-0410-8761-19e4c4f06640
6 lines
143 B
Bash
Executable File
6 lines
143 B
Bash
Executable File
#!/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
|