GithubHelp home page GithubHelp logo

thekevjames / deprecated Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 2.15 MB

abandoned projects

License: Other

Puppet 24.33% HTML 21.00% Python 12.40% Shell 6.22% Ruby 0.10% JavaScript 6.94% CSS 4.90% Dockerfile 0.43% Vim Script 0.30% Elixir 23.38%

deprecated's Introduction

deprecated

You live, you build terrible projects which should never see the light of day, and -- if you're very lucky -- you learn something from that experience.

This repo contains that middle chunk -- projects I built which should never see the light of day, but which I feel like I should keep world-readable for whatever reason.

For the love of all that is good in this world, I recommend against reading through this code. Your eyes will bleed.

Usage

When deprecating a project, I find it useful to keep the relevant git history. Example commands I use for this are:

# to deprecate the `octodash` project folder in `thekevjames/web`
git clone [email protected]:TheKevJames/web.git /tmp/depr
cd /tmp/depr

git filter-branch --subdirectory-filter octodash -- -- all
mkdir octodash/
git mv <files> octodash/

git add .
git commit -m 'chore(octodash): prepare for deprecation'

cd ~/src/personal/deprecated
git remote add depr /tmp/depr
git fetch depr
git branch depr remotes/depr/master
git merge depr --allow-unrelated-histories
git branch -d depr
git remote rm depr

rm -rf /tmp/depr

TODO: git filter-branch tells me I should use git filter-repo instead.

deprecated's People

Contributors

dependabot[bot] avatar pyup-bot avatar renovate-bot avatar renovate[bot] avatar thekevjames avatar

Watchers

 avatar  avatar  avatar

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.