
git-svn
List of commands for git-svn:
-
git-svn:tldr:a11aa git-svn: Commit back to the SVN repository.$ git svn dcommittry on your machineexplain 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 machineexplain this command
-
git-svn:tldr:a7eaa git-svn: Fetch updates from the remote SVN repository without changing the Git HEAD.$ git svn fetchtry on your machineexplain this command
-
git-svn:tldr:e82e1 git-svn: Update local clone from the remote SVN repository.$ git svn rebasetry on your machineexplain 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 machineexplain this command