Skip to content

Latest commit

History

History
17 lines (11 loc) 路 256 Bytes

git-svn.md

File metadata and controls

17 lines (11 loc) 路 256 Bytes

Pull latest changes from remote:

git svn rebase

Push local commits to remote:

git svn dcommit

Note: Add --dry-run to do a test run.

For everything else use regular Git commands.