mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-15 02:17:56 +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
|