-
Notifications
You must be signed in to change notification settings - Fork 1k
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
abacaba #304
Open
scanhex12
wants to merge
127
commits into
0.4-i18n
Choose a base branch
from
master
base: 0.4-i18n
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reword description for rebase level
Fix typo that prevented ".hidden" to be commited
Added a basic submodule level
Previously the fetch level was using the `wc` tool to check the number of commits in ".git/FETCH_HEAD". Since `wc` is not available on Windows, a pure ruby alternative is used.
Previously the push_branch level was using the `wc` tool to check the number of branches in the repository. Since `wc` is not available on Windows, a pure ruby alternative is used.
Previously the merge_squash level was using "file3" to validate the results. On Windows, a file needs to be explicitly closed or it cannot be accessed by another process. When reseting for the reorder level, this was causing a permissions issue.
The instructions for how to use Githug assumed a lot of knowledge that many beginners do not have (Ruby, filesystem idioms, permissions). This makes the Ruby prerequisite explicit (not everyone who wants to learn git is learning Ruby). Since people who are learning git without ruby might already have Ruby installed at the system-level, this adds a note about running `gem install` with `sudo`. It also separates out "how to play" from the installation instructions, and removed the `test` command from the list of commands, since that is contributor-related and not relevant for people who are just using the tool to learn how to use git. The `test` command is documented below in the contribution section.
flesh out game instructions in README
fix squash with some tips.
fix for the revert level 51
both `https://github.com/githug/not_a_repo` and `https://github.com/githug/not_a_repo/` are now valid. This closes #187
add homepage
Fix typo: it's GitHub, not Github.
The solution now uses a format flag to only show the commit message. This fixes an issue if the users name contains UTF-8 characters.
The solution now uses a format flag to only show the commit message. This fixes an issue if the users name contains UTF-8 characters.
rake v11 drops support for ruby version < 1.9.3
Instead of "Do this without cloning the repo..." I've changed it to "Do this without manually cloning the repo..." When using submodule, it does clone the repo. I was initially confused by the phrasing in the description and hope this helps make it more clear.
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
Signed-off-by: Norwid Behrnd <[email protected]>
imposed master branch
Added fix for 'main doesn't work' issue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
abacaba