Closed amaaniqbal closed 6 years ago
Why my previous commits are coming again into newly created branch? Can anyone help me with this
Merging #257 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #257 +/- ##
=======================================
Coverage 19.73% 19.73%
=======================================
Files 12 12
Lines 1520 1520
Branches 226 226
=======================================
Hits 300 300
Misses 1218 1218
Partials 2 2
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5a41b9d...157670c. Read the comment docs.
You need to rebase on top of master. You can do this with these commands:
git fetch upstream
git pull --rebase upstream master
git push origin **YOUR-BRANCH-NAME** --force
Then, with git log
you can see your branch history. If you want to remove/squash any commit from there, use git rebase -i HEAD~**NUMBER-OF-YOUR-COMMIT-FROM-TOP**
.
Hope, this can help.
Please provide your feedback on this pull request here.
Privacy statement: We don't store any personal information such as your email address or name. We ask for GitHub authentication as an anonymous identifier to account for duplicate feedback entries and to see people specific preferences.
This commit adds few more labelled examples.