-
Rebasing a child branch with parent when parent has different commit history
In git we usually
rebase
a child branch with parent to keep the child branch up to date with parents. This is easy as runninggit rebase [your parent branchname]
from child branch when all the past commits in child branch are same as parent’s. …
-
Welcome to Jekyll!
You’ll find this post in your
_posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to runjekyll serve --watch
, which launches a web server and auto-regenerates your site when a file is updated. …