dwyl/learn-devops

Test Running Git Commands on Heroku

nelsonic opened this issue · 2 comments

@SimonLab to save me a few mins of digging,
Q: were you able to run a git command on Heroku (as part of our gogs quest? dwyl/github-backup#136 ...) Thanks!

Yes I think git is already installed on Heroku.
I've tested this by running git command on a Phoenix application, and it returns the help output for the command.
I've also managed to create repositories using https://github.com/danhper/elixir-git-cli

@SimonLab thank you very much for confirming. 🎉
Do you have a public test/spike repo demoing this or is it on a branch on a private repo?