Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates and pulls #4

Open
DavidGriffith opened this issue Mar 13, 2021 · 3 comments
Open

Updates and pulls #4

DavidGriffith opened this issue Mar 13, 2021 · 3 comments

Comments

@DavidGriffith
Copy link

DavidGriffith commented Mar 13, 2021

It seems that when you're doing updates, you're doing it in such a way that typing git pull doesn't cleanly work. Instead I'm asked to perform a merge. Are you doing something like git push -f origin?

@Quuxplusone
Copy link
Owner

Yes. I'm a rebase fiend. The benefit is that the history of main will always be clean; people who arrive "late" to the party won't have to deal with a whole bunch of little commits.

@DavidGriffith
Copy link
Author

DavidGriffith commented Mar 13, 2021

The way I avoid that is to always do my whole bunch of little commits in a branch. Then I merge, squash down, or rebase the commits, and only then do a push.

@Quuxplusone
Copy link
Owner

The good news is that once we have ironed out all the (non-original) typos in my transcription, such that the transcription is perfect, there'll be no more rewriting. So there is at least a well-defined end state we're trying to get to. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants