Welcome to the git challenge, A series of challenges designed to help you learn git and improve your git skills.
The challenges cover the following topics:
- Find local changes.
- Find the differences between branches.
- Edit a commit message
- Undo the local commits
- Solve merge failures.
- Remove a file from GIT
- Revert to older commits.
- Revert specific files to older commits.
- Share the credit of the commit with a cooperator.
- Design the next chalenge (Community giveback)
Each challenge is located on its own branch. Each branch includes the challenge text and the solution.
- Fork this repository.
- git clone
- run the following commands:
- chmod +x setup.sh
- ./setup.sh