PoshCode / PSGit

A PowerShell implementation of Git, mapping git commands to Verb-Noun and objects.
105 stars 15 forks source link

New-Repository #1

Closed Jaykul closed 9 years ago

Jaykul commented 9 years ago

Need to create the "initialize" functionality

KirkMunro commented 9 years ago

Since it's for initializing the repo, why not just call it Initialize-Repository? I get that it's creating a new git repository, so maybe New might be a better verb in that case, but Initialize is better from the perspective of knowledge transfer to/from git native commands.

jrich523 commented 9 years ago

I would say thats just a git wording, its really creating a new repo... its not taking something that exists and setting it up.. if that makes sense... i cant think of a good example off hand... but something like

get-thing | initialize-thing

seems a more realistic use of initialize-*