Skip to content
Nashev edited this page Sep 13, 2010 · 6 revisions

Welcome to the git-vss wiki!

Usage: git-vss [-h|--help] [--root=GIT_repository] parameters...

Update Git from VSS:
[--new-head] [--checkout] [--rebase] branchname
Commit changes from Git into VSS:
--commit [--squash=title[:]] branchname
Undo previous checkouts:
--undo-checkouts [branchname]
Repin commits to the specified branch:
--repin branchname commit commit...

Initialize repository:
--connect base_path
(--init|--import=path) [--no-mappings] [--no-fetch]
branchname vss_repo log_path log_offset < mappings
(--load|--dump) [--authors=file] [--filenames=file]

Canonify newly-added file names in the index:
--sanitize-adds
Clone this wiki locally