something is going on over there
Having a trail of your coding flow can be handy or will explain the longing question about 'what was i thinking' when resolving problems of https://adventofcode.com/
Warning: this script needs Rust (unfortunately) installed
Altering Drupals composer.json to fetch a particular Drupal module git checkout.
In need for a new empty branch for restarting an idea I need a empty branch
git checkout --orphan NEWBRANCH
git rm -rf .
don't do the commands in reverse order. don't forget the rm -rf command either.
http://bitflop.com/tutorials/how-to-create-a-new-and-empty-branch-in-git.html
If you have just changed code (for example deployed a new module or moved an existing one) read http://drupal.org/documentation/rebuild
Additional uncaught exception thrown while handling exception.
Original
As a followup on A pinch of Symfony for D8MI? why do we need to squash?
After some more squash and push -f attempts regarding pull request for Symfony I get the hang of it.
But chx said in squash is bad as we loose history on the development process.
So how should we do this on d.o when git phase 3 lands? Those discussion seems to got to a halt.
I'm working on a patch to implement issue triage for Dreditor
But for ease of use and teasing in testers git issue branches would be great which are underways.
So in the mean time I use a sandbox for this. But how to get dreditor code into my repo?
git clone http://git.drupal.org/project/dreditor.git