Closed reiven closed 9 years ago
On thing I'm not sure about, is if PLUGIN_GITHUB_HOSTNAME
is even used. I know it has been brought up. Could you test that, and if it's not needed, remove it from the readme.
You're right, @knownasilya , also "STRIDER_HOSTNAME" variables was not used. Updated
Could you squash your commit into something logical? Otherwise looking good!
Ops, wrong button haha
Some styling issues: https://github.com/reiven/strider-github/blob/master/README.md
Thats weird, if you look https://github.com/reiven/strider-github that "styling" issue is not present Anyway, i can fix it
Done, please check it @knownasilya
@reiven could you rebase it? Thanks!
Looks like there is no need. let me know if i'm wrong $ git rebase origin/master Current branch master is up to date. $ git push Everything up-to-date
git rebase -i HEAD~[num of commits you made] e.g. git rebase -i HEAD~3
Then use s
to squash everything into one commit.
Great , i never used before the rebase-squash things. :+1: Thanks!
Glad you got it working, thanks for hanging in there with me :smile:
As suggested on #34 i've attached all the needed environment variables to README file, to help new users to correctly use this plugin.