DEV Community

Discussion on: Merge GitHub Pull Requests without leaving command line

Collapse
 
pauguillamon profile image
PauGuillamon

What do you mean by log your work explicitly? You can still create your feature branches and merge them to master. Or am I missing something?
IMHO development will still look active if you update your project regularly, without needing to do PRs if you're the only developer.

Thread Thread
 
acro5piano profile image
Kay Gosho

What do you mean by log your work explicitly?

I mean, people can follow code changes by looking at PRs of the repository.

Yes, as you said we don't have to create each PRs if I'm the only developer.
However, I sometimes want to do self-review on GitHub.