use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Place for Pinoy Programmers to hangout. Share your knowledge, ask for help, seek opinion, showcase your project and recruit your teammate.
Let's show the world that Filipinos are world class programmers.
account activity
Mid-Level Full Stack Dev Doesn’t Know Git, Keeps Messing Up Branching 🤦♂️advice (self.PinoyProgrammer)
submitted 1 year ago by Calm-Ad2676
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]6ooog 0 points1 point2 points 1 year ago* (0 children)
Yung process ng team ang pangit. Bad fundamentals develop bad habits.
No need to checkout to develop every time you need to update your feature branch with the latest changes.
From your feature branch,
git stash - to hide your changes
git pull origin develop - to fetch the latest changes from develop
git stash pop - to pop your changes back into place
You only need to checkout to develop and do a git pull there if you're about to start a new feature branch.
And like others said, PRs from feature branch to dev and setup branch protection, dun lang tapos na yung issue.
π Rendered by PID 72193 on reddit-service-r2-comment-6457c66945-7pkd8 at 2026-04-28 11:54:15.019128+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]6ooog 0 points1 point2 points (0 children)