Git Product home page Git Product logo

pulldetachedremote's Introduction

pulldetachedremote's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar litetex avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

shan45759825

pulldetachedremote's Issues

Write Readme

Should contain

  • setup / how to use
  • why to use
  • build & develop yourself

How to test

Create how to test doc.

Should be something like this (but nicer ๐Ÿ˜„):

  • Requires:
    • a base repo
    • a forked repo from base repo, but with no upstream
  • Build the project
  • Generate config yml
  • Checkout forked into a dir
  • Add checkedout fork into yml PathToWorkingRepo
  • Add BaseUpstreamRepo = CloneUrl of "base repo" and BaseUpstreamBranch

If you want to test again, make sure to reset the checked out fork.

Examples:
Config:

IdentityEmail: [email protected]
IdentityUsername: TEST TEST
PathToWorkingRepo: D:\TEMP\forked-test
BaseOriginBranch: an-update
BaseUpstreamRepo: https://github.com/litetex/fork-base-test
BaseUpstreamBranch: an-update
NameOfOriginUpdateBranch: 
UpstreamRepoUseGitHubCreds: true

Reset.bat

::Sometimes RemoveDir fails, so let's move the repo first
MOVE /Y forked-test forked-test-trash
RD /S /Q forked-test-trash
git clone https://github.com/litetex/forked-test

Try to run without LibGitSharp

Libgit(Sharp) has some serious maintenance issues, as seen in #13 #12 #19

It would be nice, if there is some sort of "compatibility" mode, where the program runs without libgit2 or parts of it, so you don't have to do this stuff manually before the action runs.

Similar to SourceTree:
grafik

Maybe there could be a container variant where git is included.

Credits

Write some credits at the end of each PR (tiny font-size pls)

Can be disabled via Env-Variable ;)

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.