Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / extensions / git / package.nls.json
Size: Mime:
{
	"command.refresh": "Refresh",
	"command.openChange": "Open Change",
	"command.openFile": "Open File",
	"command.stage": "Stage",
	"command.stageAll": "Stage All",
	"command.unstage": "Unstage",
	"command.unstageAll": "Unstage All",
	"command.clean": "Clean",
	"command.cleanAll": "Clean All",
	"command.commitStaged": "Commit Staged",
	"command.commitStagedSigned": "Commit Staged (Signed Off)",
	"command.commitAll": "Commit All",
	"command.commitAllSigned": "Commit All (Signed Off)",
	"command.undoCommit": "Undo Last Commit",
	"command.checkout": "Checkout to...",
	"command.branch": "Create Branch...",
	"command.pull": "Pull",
	"command.pullRebase": "Pull (Rebase)",
	"command.push": "Push",
	"command.pushTo": "Push to...",
	"command.sync": "Sync",
	"command.publish": "Publish",
	"command.showOutput": "Show Git Output"
}