Forrest logo
back to context overview

git-svn

List of commands for git-svn:

  • git-svn:tldr:a11aa git-svn: Commit back to the SVN repository.
    $ git svn dcommit
    try on your machine
    explain this command
  • git-svn:tldr:a271d git-svn: Clone an SVN repository starting at a given revision number.
    $ git svn clone -r${1234}:HEAD ${https:--svn-example-net-subversion-repo} ${local_dir}
    try on your machine
    explain this command
  • git-svn:tldr:a7eaa git-svn: Fetch updates from the remote SVN repository without changing the Git HEAD.
    $ git svn fetch
    try on your machine
    explain this command
  • git-svn:tldr:e82e1 git-svn: Update local clone from the remote SVN repository.
    $ git svn rebase
    try on your machine
    explain this command
  • git-svn:tldr:edcb3 git-svn: Clone an SVN repository.
    $ git svn clone ${https:--example-com-subversion_repo} ${local_dir}
    try on your machine
    explain this command
back to context overview