Closed mridubhatnagar closed 5 years ago
This is on my local. Yet to be deployed.
Before merge should I deploy? Your credentials or should I login using the account I made.
yes. This is my first deployment. :) https://communities-for-women.herokuapp.com/
Great! Can you add the heroku files?
Delete the women communities present in the PR.
Yes, sure. I'll push here.
Post these
git log
git log --pretty=short
git reflog
git rebase -i <gitsha>
- gitsha
value?Let me see.
I fixed, merging.
Git log
git log --pretty=short
git reflog
git rebase --i gitsha
Few things -
Whenever you work w/ git make sure every issue/work has separate branch. Now you have
git checkout -b add-website
from the branch you PRed adding names of the communities. So the add-website
branch is keeping those commits.
rebase command is git rebase -i <gitsha>
, you are doing git rebase --i <gitsha>
so the command errors.
While git rebase -i <gitsha>
you can just drop
commits.
You are doing git rebase -i master
, you should add a gitsha
so the command errors.
You were great, this happens.
Hello @mridubhatnagar Good work. You Rock!
Fix https://github.com/tapaswenipathak/Women-Communities/issues/12