git-katas icon indicating copy to clipboard operation
git-katas copied to clipboard

A set of exercises for deliberate Git Practice

Results 73 git-katas issues
Sort by recently updated
recently updated
newest added

2.38.1 introduces a change (due to [CVE-2022-39253](https://github.blog/2022-10-18-git-security-vulnerabilities-announced/#cve-2022-39253)) that disables `git submodule add` using the file protocol. ``` ➜ product git:(master) git submodule add ../remote Cloning into '/Users/.../git-katas/submodules/exercise/product/remote'... fatal: transport 'file'...

bug

As mentioned in #347, there is a new restriction in Git since 2.38.1 which means that we can only run this kata by temporarily loosening the security restrictions. Until we...

Closes: #118 ## Summary by CodeRabbit - **New Features** - Introduced a comprehensive README for the "Rebase Split Commit" process, including setup instructions and task guidelines. - Added two scripts...

Closes: #242 ## Summary by CodeRabbit - **Documentation** - Updated `rebase-exec/README.md` with new examples and clarifications for using `git rebase -i --exec`. - Added a section for "Useful commands" for...

This pull request solves two issues. --- The first is the requirement of having global git credentials, which is solved with the already built-in shell script: `config-local-username` --- The other...

In the latest few runs for incoming PR's the pipeline matrix fails. We need to figure out why.

When running the setup script in exercises that perform git commits, credentials must be defined. If the user hasn't defined global credentials, it won't be able to commit anything. To...

* run all setup files * Delete the sh and ps files * Zip it * upload it

enhancement

# Add Git Worktree Lesson This PR adds a new kata exercise for learning Git worktrees. ## Summary by CodeRabbit * **Documentation** * Added a comprehensive guide for using Git...

## Summary by CodeRabbit * **Documentation** * Added development documentation with coding guidelines and best practices for the project. ✏️ Tip: You can customize this high-level summary in your review...