GithubHelp home page GithubHelp logo

Merge-optional feature request about git-tfs HOT 3 CLOSED

git-tfs avatar git-tfs commented on July 26, 2024
Merge-optional feature request

from git-tfs.

Comments (3)

ivan-danilov avatar ivan-danilov commented on July 26, 2024

I've already made something that could help you here: https://github.com/ivan-danilov/git-tfs/tree/rebase-workflow
It is doing exactly what you've said plus rebases tail of your HEAD (after the commit you're checking in TFS) onto new tfs/default - so you can run series of checkins from git to tfs and have just smooth history.

The key is "--rebase-workflow" or "-r".

Unfortunately it still not helps with redundant conversions because pulling from other git repository will bring new commits from TFS but won't change your tfs/default ref. I'm working on this now.
Currently I've made a workaround: in ivan-danilov@5cb36da after pulling you could execute "git tfs bootstrap" and it will update your ref further. I just want to make 'git tfs fetch' does this itself before fetching. Probably will commit this today in several hours.

from git-tfs.

ivan-danilov avatar ivan-danilov commented on July 26, 2024

Here it is: https://github.com/ivan-danilov/git-tfs/commits/redundant-fetch
--rebase-workflow is already merged in the redundant-fetch branch

from git-tfs.

ivan-danilov avatar ivan-danilov commented on July 26, 2024

I think that with recent rcheckin and checkin --no-merge additions this issue should be closed.

from git-tfs.

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.