Sha256: d49b0bf2addb983f27fea308069d69b137e0356fe1c01b01ba7a85ac63ae988d

Contents?: true

Size: 390 Bytes

Versions: 1

Compression:

Stored size: 390 Bytes

Contents

#!/usr/bin/env ruby

# Run this command in a newly created folder that you want to setup as a git repo
# It will:
#
# initialize a git repo in the newly created folder
# it will add the folder to the spicevan gitosis
# it will push the new gitosis to spicevan
# it will commit this new folder and push it to spicevan too

require 'it_tools/git'

git = Git::Helper.new
git.setup_new_project

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
beta_tools-0.0.5 bin/gi