0.0.1 • Published 8 years ago

add-project-to-repo v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

#add-project-to-repo

Easiest way to add existing project or files into repository

##Install

npm -g add-project-to-repo

###Features Get lazy and use

atr link_to_your_repo

instead of using list of commands

  • git init
  • git add .
  • git commit -m "init"
  • git remote add origin link_to_your_repo
  • git remote -v
  • git push origin master

it will run all these commands for you.

###Enjoy)

0.0.1

8 years ago