/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.stefanjudis.com
| | williamdurand.fr
2.1 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).
| | geoffrich.net
5.3 parsecs away

Travel
| |
| | www.blopig.com
4.0 parsecs away

Travel
| | [AI summary] This article provides a practical guide to understanding Git basics, version control workflows, and resolving merge conflicts.
| | www.simpleprimate.com
15.4 parsecs away

Travel
| The other day I found myself having serious trouble publishing a new post to my blog. I was able to solve the problem through the use of Git rebase and I thought I would share my experience in case somebody else happens to go through the same thing.