Loading...
question devtips git July 14, 2025 Push code to two or more remotes in Git or have two push urls for a single remote

You can add multiple remotes to a Git repository. This is useful if, for example, you want to push code to both GitHub and GitLab, or collaborate with multiple forks.

question devtips git September 22, 2024 How to upload large files to a git repository?

By default, you cannot upload files larger than ~100MB (for most Git hosting service providers). If you do so, the git push command will fail with an error. The recommended way to work with large files is to use Git LFS.

Like my work?

Please, feel free to reach out. I would be more than happy to chat.