generated from seqan/library-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from eseiler/infra/update_contrib
[INFRA] Update contrib/std
- Loading branch information
Showing
4 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
The `std` directory is a git subtree and includes the content of https://github.com/seqan/seqan-std. | ||
|
||
For a general overview regarding `git subtree`, see, for example, https://www.atlassian.com/git/tutorials/git-subtree. | ||
|
||
Pulling upstream changes can be achieved by | ||
``` | ||
git subtree pull --prefix include/hibf/contrib/std https://github.com/seqan/seqan-std.git main --squash | ||
``` | ||
|
||
Similarly, you can push subtree changes to your fork: | ||
``` | ||
git subtree push --prefix include/hibf/contrib/std https://github.com/<user>/seqan-std.git <branch> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9f4bd53
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
hibf – ./
hibf.vercel.app
hibf-seqan.vercel.app
hibf-git-main-seqan.vercel.app