@brunobrito
Content Marketing Developer at Tower
Bruno is the Content Marketing Developer of Tower, the popular Git desktop client that helps more than 100,000 developers around the world.
Nothing here yet.
Aug 2, 2023 · 1 min read · Why? Because we've introduced Syntax Coloring to every file and diff view! With support for nearly 200 languages, your Git repository's code is now more readable than ever! We also took the opportunity to add two other customization options that hav...
Join discussion
May 25, 2022 · 2 min read · While merging is definitely the easiest and most common way to integrate changes in Git, it's not the only one: "Rebase" is an alternative (and slightly advanced) means of integration. The Case Against Merge Commits A normal commit, carefully created...
AMAna and 1 more commented
Apr 7, 2022 · 7 min read · We have all been there — you’re ready to transfer your work from your local repository to a remote repo, only to realize that the trusted git push command is not doing the job. You may have heard about the --force flag command before, and maybe that...
PProfOnestone commented