Gazler / githug

Git your game on!
MIT License
6.86k stars 1.03k forks source link

New Levels #173

Closed bayleedev closed 9 years ago

bayleedev commented 9 years ago

What sort of levels do you think would be helpful?

git add --patch git reflog

Gazler commented 9 years ago

@blainesch Good question - I believe these two levels are covered in https://github.com/Gazler/githug/blob/master/levels/stage_lines.rb and https://github.com/Gazler/githug/blob/master/levels/find_old_branch.rb (although the filenames perhaps aren't that obvious!)

One level that I think is missing that is a fairly common git usage is rebasing in a remote branch (such as developing on a feature branch and then rebasing in any new commits on master since you branched.)

Here are some other ideas from https://github.com/Gazler/githug/wiki: