Archive
2021
DEVELOPMENT
Productivity
Tips
git
Development
How to handle stacked PRs on GitHub
This blog post describes how to deal with dependent pull requests on GitHub, as well as the git concepts you need to master to understand them.
DEVELOPMENT
Android
Productivity
git
Development
Refactor Git branches with rebase and autosquash
Streamline your commit history in Android Studio using Git's interactive rebase and autosquash features for efficient version control.
DEVELOPMENT
Flutter
Productivity
git
Insights
Development
Maintain Your Public Flutter Project Seamlessly
Learn how to streamline your Flutter development and release cycle by managing a public project through a private monorepo effectively.
2020
DEVELOPMENT
git
PDFium
Insights
Open Source
Development
Updating Complex Forked Projects
This blog post explains all the steps we take to stay up to date with PDFium at all times.
DEVELOPMENT
Tips
Productivity
git
Development
A Better Way to Git Log to Understand Changes in a Big Codebase
How git log information may not be enough when developers need to understand changes in a codebase that has evolved over several years.
DEVELOPMENT
Tips
Productivity
git
Development
Moving a Git Repository into Its Submodule
How we improved our Git repository setup by moving our PDF Viewer for iOS repository into our PSPDFKit repository.