twindle-co / twindle

Twindle - an open source project for beginners. Converting twitter threads to pdf, epub, and mobi format to be read by Kindle.
https://www.twindle.co
MIT License
134 stars 133 forks source link

Localbranch #938

Closed simrin051 closed 3 years ago

simrin051 commented 3 years ago

Alignment in Team.md

github-actions[bot] commented 3 years ago

This pull request has conflicts, which you need to resolve! :partying_face: Don't need to worry at all, please follow the steps here - https://github.com/twindle-co/twindle/wiki/Resolving-merge-conflicts

PuruVJ commented 3 years ago

I've already fixed the problem in TEAM.md in #935 , so this should be closed.

PuruVJ commented 3 years ago

Simrin, it seems you have been making all the PRs from the same branch. Whenever you work on a feature, make a new branch, do your code, make a PR, and when it gets accepted, delete that branch. These are the direct commands, in case you're not familiar

git checkout main
git push origin --delete BRANCH_NAME
git branch -D BRANCH_NAME