Ben Thayer

Results 71 issues of Ben Thayer

``` Demonstrate the process of checking out and merging. To replace "basics branching" ``` This level demonstrates that you can check out branches and merge them to combine their files....

level - educational

By the time we release, we'll have replaced all of the following levels with entirely our own content. ``` 1. Basics (basics) ├── 1. Introduction to Commits (committing) ├── 2....

enhancement

Whenever we add a new git hook, git gud breaks without telling us why. The current process that we have to go through to fix this is running "git gud...

enhancement

Having our own shell would allow us to see user input, so we could track whether they have run certain commands. We could track things like: - `git revert` -...

enhancement

I would love to be able to give people [badges](https://openbadges.org/) for the levels the complete for Git Gud. I don't think we're ready to roll out badge delivery, but I'd...

enhancement

Goes with #144 and #146 It would be nice to only specify each of the command help messages in a single file, which would then be pushed out the the...

docs

Add CI tool from https://codecov.io/ to make sure all code is tested

testing

Using the spec syntax: #### `setup.spec` ``` "Initial commit" "This one has the most recent changes" : "Initial commit" (development) "We just set up CI tools and now this one...

level - educational

If there is ever an issue with remotes or branches, people often just find it easier to clone the repo again. We should figure out the situations where this is...

level - educational
level - simulation

We'll need to move the code in `pythonpublish.yml` to circleci. I'll need to add the secret keys to circle

enhancement