GithubHelp home page GithubHelp logo

Comments (10)

David-Estevez avatar David-Estevez commented on September 27, 2024 8

LGTM!

from questions-and-answers.

PeterBowman avatar PeterBowman commented on September 27, 2024 4

To sum up, at the time of writing this we follow the gitflow workflow approach almost everywhere (documentation-like repos aside). It is proposed to perform a paradigm switch by adopting the forking workflow instead.

Next steps:

  • edit and update: README.md, CONTRIBUTING.md, travis.yml
  • merge develop into master
  • in GitHub, set master branch as default and enable protection
  • in travis-ci.com, schedule cron jobs to target master instead of develop
  • just in case, also in travis-ci.com: delete develop branch cache files
  • drop a comment in roboticslab-uc3m/developer-manual#16
  • poke everyone in this org about the ongoing changes and the following point
  • delete the develop branch (in a week or so, let's see)

Edit. Since not all repos will be referenced by commits below this comment, I'm listing them here:

from questions-and-answers.

PeterBowman avatar PeterBowman commented on September 27, 2024 4

cc @roboticslab-uc3m

Most or all org repos will undergo a significant change in the branching logic. The pair master & develop will cease to exist in favor of a single master branch, following the Forking Git workflow. In the next few days, there will be no more a develop branch, so please stay tuned/calm and git checkout master && git pull. Existing feature branches should merge or be rebased against master.

from questions-and-answers.

PeterBowman avatar PeterBowman commented on September 27, 2024 1

So, do we all agree on this? Pinging @David-Estevez per #7 (comment), among other issues.

from questions-and-answers.

PeterBowman avatar PeterBowman commented on September 27, 2024 1

This is all done. The announcement was made here: #88 (comment). Recap: please switch your local repositories to master (git checkout master) and pull latest changes (git pull). Your local work should be merged into the master branch, there is no develop any more.

from questions-and-answers.

jgvictores avatar jgvictores commented on September 27, 2024 1

PS: Ran into warning: ignoring broken ref refs/remotes/origin/HEAD a couple of times. Via https://stackoverflow.com/questions/45811971/warning-ignoring-broken-ref-refs-remotes-origin-head, solution adapted from kdechant (refer to SO for alternatives):

git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master

Edit by @PeterBowman in order to make this show up in search results: (refs/remotes/origin/HEAD has become dangling).

from questions-and-answers.

PeterBowman avatar PeterBowman commented on September 27, 2024 1

I have just switched branches in robots.uc3m.es in order to generate doxygen files for master instead of old develop.

from questions-and-answers.

jgvictores avatar jgvictores commented on September 27, 2024

IMHO yes, I agree. Our current workflow does not benefit from the master/develop branches. In fact, all we get is a very old master branch which we update when we remember and it looks outdated (a criterion that results in very arbitrary dates and circumstances).

from questions-and-answers.

jgvictores avatar jgvictores commented on September 27, 2024

@PeterBowman Thank you so much for all of this!!

from questions-and-answers.

jgvictores avatar jgvictores commented on September 27, 2024

@PeterBowman thanks a lot for this!

from questions-and-answers.

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.