Explore >> Select a destination


You are here

qsantos.fr
| | 4bes.nl
2.6 parsecs away

Travel
| | If you want to get started with GIT for PowerShell: Branches and pull requests, this post will help you in a practical way with visual studio code
| | bengarvey.com
2.5 parsecs away

Travel
| | [AI summary] A practical guide to a simplified, safe workflow for managing version control with Git.
| | williamdurand.fr
2.6 parsecs away

Travel
| | My git workflow involves creating a lot of short-lived branches (a.k.a. feature branches), switching between them and, sometimes, I need to rebase one of these branches. git rebase is a super useful git command and I recommend everyone to get more familiar with it (take a look at git rebase in depth for instance).
| | andreabergia.com
5.5 parsecs away

Travel
| Git has an excellent tool designed to help you reorder the commit history: interactive rebase. This can be excellent if you want to keep the history clean, so that it helps other programmers understand the logic behind the changes rather than the actual sequence of commits. Let's walk through an example. Let's write some history Link to heading Let's start by creating an empty project in a new directory: