Ben Thayer

Results 71 issues of Ben Thayer

Sometimes people clone before they fork, or they fork, but then clone the upstream repository. When they do this, they need to add their fork as a remote. They might...

level - educational

Go into `__main__.py` - Check out `handle_issues` for another web example - Add a parser - Open up https://stackoverflow.com/questions/tagged/git

enhancement
help wanted
good first issue

Beginners Git users often do confusing things when working with pull requests and branches ## Possible levels - Make changes to a pull request and think they need to submit...

level - educational

"git gud commit" should only ever commit the files we expect it to, not ones added by users. If someone has modified the index ("git add" "git rm" etc), then...

bug

Right now, we explicitly state the current level, but this output isn't very clean and is somewhat verbose. It would be nice to add an indicator for the current level....

enhancement

We should have levels that specifically train you to use various features of git hosting providers. One way to do this would be to have associated blog posts with images...

level - educational

- Rename/Rename conflict - Rename/Rename conflict with changes made on one end - Rename/Rename conflict with changes made in both ends - Adding a file in the directory that was...

level - educational

I'm not quite sure how to do this, so I'm open to suggestions if someone else wants to tackle it. The idea would be to take the instructions and logging...

enhancement

This was originally written to go together with a workshop and might need to be converted before they make sense as levels. Let's explore our changes and learn about the...

level - educational

- FF Merge - Standard merge - Forced merge commit (Where master remains parent 1) - Fast forward and branch becomes head - Squash and Merge (Why you might want...

level - educational