Skip to content
View liamhuber's full-sized avatar

Organizations

@pyiron

Block or report liamhuber

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pyiron/ironflow pyiron/ironflow Public

    Prototype of a graphical user interface for pyiron (unstable)

    Python 18 2

  2. pyiron/actions pyiron/actions Public

    A centralized location for our GitHub actions

    Python 3

  3. pyiron/pyiron_workflow pyiron/pyiron_workflow Public

    Graph-and-node based workflows

    Python 11 1

  4. Copy select files/directories from o... Copy select files/directories from one repo to another repo with their commit history
    1
    #!/bin/bash
    2
    docstring="This script copies specific paths from one Git repository to a new branch in another Git repository, including git commit history.
    3
    It creates temporary branches and uses git-filter-repo to filter and merge the specified paths.
    4
    5
    Arguments: