documentation
documentation copied to clipboard
Docker_image.rst: remove pip install instruction
pip install is unnecessary in Docker Image docs.
Fixes https://github.com/coala/documentation/issues/486
Hello,
Please read the commit guidelines (coala.io/commit) and change your commit message.
For information on how to change your commit message, refer to coala.io/rebase.
unack a448fdfc375513f94ab3e0f0057c7e704df46982 @vipuldcoder it would be better if your shortlog and the commit body are visible and same in both, the conversation as well as the commits section :+1:
@neelanshsahai You don't need to unack just to request changes, use GitHub's feature or just make it a comment. Of course, unack is used when you disagree that this is acceptable and has been ack'd by someone else.
@vipuldcoder ugh, the dreaded merge commit.
Anyway to fix this, please do the following:
- Create a new branch based of this branch you're using for this PR.
git checkout -b <whatever you wanna call> - Make sure you've fetched/pulled the latest master branch.
git pull <whatever your remote to the coala repo is> master - Checkout to master.
git checkout master - Delete the branch you're using for this PR. DON'T WORRY, GitHub only cares about the branch name, we'll fix it later.
git branch -D <the branch name> - Create a new branch based of the latest master with the same name as you're using for this PR.
git checkout -b <whatever the name is> - Cherrypick your commit to your new branch.
git cherry-pick <the commit hash of whatever you did> - Do a force push to your fork.
git push -f -u <whatever your fork remote is> <whatever your branch name is>
@vipuldcoder please rectify your PR asap Squashing the commits and updating your Shortlog and Commit Body would be great. :+1:
@gitmate-bot rebase
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently :warning:
Automated rebase with GitMate.io was successful! :tada:
Please fix your commit message to abide by http://coala.io/commit . Otherwise we will close this PR as abandoned.