2.5.23 • Published 7 years ago

heroku-git v2.5.23

Weekly downloads
14
License
ISC
Repository
github
Last release
7 years ago

heroku-git Circle CI

Code Climate Test Coverage npm version License

js-standard-style

Heroku CLI plugin to manage local git repos.

Commands

heroku git:remote

adds a git remote to an app repo

-a, --app the Heroku app to use

-r, --remote the git remote to create

--ssh-git use SSH git protocol

extra arguments will be passed to git remote add

Examples:

  $ heroku git:remote -a example set git remote heroku to https://git.heroku.com/example.git

heroku git:clone DIRECTORY

clones a heroku app to your local machine at DIRECTORY (defaults to app name)

-a, --app the Heroku app to use

-r, --remote the git remote to create, default "heroku"

--ssh-git use SSH git protocol

Examples:

  $ heroku git:clone -a example
  Cloning into 'example'...
  remote: Counting objects: 42, done.
  ...
2.5.23

7 years ago

2.5.22

7 years ago

2.5.21

7 years ago

2.5.20

7 years ago

2.5.19

7 years ago

2.5.18

7 years ago

2.5.17

7 years ago

2.5.16

7 years ago

2.5.15

7 years ago

2.5.14

7 years ago

2.5.13

7 years ago

2.5.12

7 years ago

2.5.11

7 years ago

2.5.10

7 years ago

2.5.9

7 years ago

2.5.8

8 years ago

2.5.7

8 years ago

2.5.6

8 years ago

2.5.5

8 years ago

2.5.4

8 years ago

2.5.3

8 years ago

2.5.2

8 years ago

2.5.1

8 years ago

2.5.0

8 years ago

2.4.5

8 years ago

2.4.4

8 years ago

2.4.3

9 years ago

2.4.1

9 years ago

2.4.0

9 years ago

2.3.1

9 years ago

2.3.0

9 years ago

2.2.3

9 years ago

2.2.2

9 years ago

2.2.1

9 years ago

2.2.0

9 years ago

2.1.4

9 years ago

2.1.3

9 years ago

2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.0.0

9 years ago