-
-
Notifications
You must be signed in to change notification settings - Fork 983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bits of history we've found and grafted on #2
Comments
I've marked the |
I've marked the |
I've marked the commit-message cleanup item closed (via #9), but:
|
I've been working on this for some time now. I learnt a few things and made (little) progress. My goal was to recover the history of gen-*.py. In the end it is there: https://github.com/twitwi/swc-modular-shell-bootstrap I managed to keep the history from the 3 folders (successive names) and to clean the commit messages. In addition, I managed to keep gen-*.py but the history (given by git log --follow) is incomplete… and I'm not sure to understand why. Overall the produced history looks quite like swc-modular-shell/master (as of today). It is not a big/real progress but it might be easier to update, e.g. to remove generated files. @wking @gvwilson I'll stop working on it for now. I wish I had made more progress. |
On Fri, Nov 21, 2014 at 04:41:31AM -0800, Rémi Emonet wrote:
Have you posted your procedure somewhere? I'd like to figure out how |
It's in the repo linked above https://github.com/twitwi/swc-modular-shell-bootstrap I guess it's not a 100% git clean approach. |
On Fri, Nov 21, 2014 at 01:03:11PM -0800, Rémi Emonet wrote:
I see your rebuilt history, I'm just looking for your notes on how you |
These commands are in the README.md of the repo linked in my previous message. |
On Sat, Nov 22, 2014 at 11:34:29AM -0800, Rémi Emonet wrote:
Oh, I'd thought that repo was your extracted history, sorry for the |
We're now live with additional post-bc history, so the window for fixing these issues has closed. |
index page add text
Catching up.
Bringing a second example of PCK in initial def'n
Update CONDUCT.md
Bring in latest changes to styles repository
Adding a note to remind authors to say what learners are supposed to do in lessons.
The command should reflect the directory structure. In Lesson #2, the data-shell/ directory is placed inside Desktop/ Even if it was placed inside the home directory, at least data-shell/ should be in the path.
Add a 'commit --amend' exercise What changed?: Revised Learning Objective #2 to reflect that the "find" command can also be used for directories (one of the examples in the lesson uses the "$ find . -type d" command) What specifically changed?: Revised: "Use `find` to find files whose names match simple patterns." to: "Use `find` to find files and directories whose names match simple patterns."
This is a meta issue for laying out which history we've found for bc's
novice/shell
, and whether or not it's been grafted into this repository'smaster
branch:novice/shell
name (since swcarpentry/DEPRECATED-bc@b8c7dc3 (Reorganizing material to put novice + intermediate at top level, 2014-02-16), see Splitting novice/shell into an independent repository DEPRECATED-bc#812 for commands used).shell/novice
name (after swcarpentry/DEPRECATED-bc@3a38907 (shell: Rename the new-style lessons from 'bash' to 'shell', 2014-01-09, shell: Rename the new-style lessons from 'bash' to 'shell' DEPRECATED-bc#222), but before swcarpentry/DEPRECATED-bc@b8c7dc3, see Attach shell/novice history from before swcarpentry/bc@b8c7dc3 #3 for commands used).bash/novice
name (before swcarpentry/DEPRECATED-bc@3a38907, see Attach shell/novice history from before swcarpentry/bc@3a38907 #4 for commands used).gen-*.py
scripts which were dropped by the filter-branch in Attach shell/novice history from before swcarpentry/bc@3a38907 #4 (see Restore gen-*.py script history #13 for commands used).novice/ref/01-shell.md
andnovice/teaching/02-shell.md
(see Add novice/ref/01-shell.md and novice/teaching/02-shell.md #27 for commands used).The text was updated successfully, but these errors were encountered: