Giter VIP home page Giter VIP logo

Comments (4)

c-w avatar c-w commented on June 12, 2024 1

Sounds good, feel free to open a pull request for this. Thanks!

from ghp-import.

framillien avatar framillien commented on June 12, 2024

This git-filter command can be tested with:

mkdir git-playground && cd git-playground
git init
touch a && git add a && git commit -m "initial"
git branch gh-pages && git checkout gh-pages
touch test1 && git add test1 && git commit -m "Update latest"
touch test2 && git add test2 && git commit -m "Update latest"
touch test3 && git add test3 && git commit -m "Update v1.0.0"
touch test4 && git add test4 && git commit -m "Update latest"
git checkout master

from ghp-import.

framillien avatar framillien commented on June 12, 2024

Let's go ! We continue discussion here or on the PR ?

from ghp-import.

framillien avatar framillien commented on June 12, 2024

Hi, the PR should be in an reviewable state now, still some open subjects about stdout messages, should we add warning about potential missing tools on Windows (grep), ...

I also see that the pipeline become obsolete due to Python 2.7 checks, is it something you want to change ? Updating the min Python supported version to a 3.X.

from ghp-import.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.