Skip to content

Commit

Permalink
allow-unrelated-histories flag to merge separate git history into pro…
Browse files Browse the repository at this point in the history
…ject
  • Loading branch information
Ryan Kulp committed Oct 10, 2023
1 parent 5977513 commit 75aae2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ get remote add speedrail
# when you notice Speedrail updates on GitHub
git pull
git fetch speedrail
git merge speedrail/master
git merge speedrail/master --allow-unrelated-histories
git checkout -b speedrail_updates
git add .
git push speedrail_updates
Expand Down

0 comments on commit 75aae2d

Please sign in to comment.