You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a site that uses docpad-plugin-repocloner, and I noticed that it was causing merge commits, merging the new branch into the current one every time I change branches.
The text was updated successfully, but these errors were encountered:
Rather than performing a git pull, (which merges the desired branch into the current one, even if they aren't the same), this ensures the repo is on the correct branch before merging.
Fixesbevry#7
I have a site that uses docpad-plugin-repocloner, and I noticed that it was causing merge commits, merging the new branch into the current one every time I change branches.
The text was updated successfully, but these errors were encountered: