Skip to content
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
wants to merge 127 commits into
base: 0.4-i18n
Choose a base branch
from
Open

abacaba #304

wants to merge 127 commits into from

Conversation

scanhex12
Copy link

abacaba

Gazler and others added 30 commits December 21, 2014 12:35
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 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.
This prevents the copy recursing if the tmp directory exists in the
git_hug workspace.

Fixes #201 and #188
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.
nbehrnd and others added 30 commits April 18, 2024 22:14
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.