Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 844 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 844 Bytes

Welcome to the git challenge, A series of challenges designed to help you learn git and improve your git skills.

Challenges

The challenges cover the following topics:

  1. Find local changes.
  2. Find the differences between branches.
  3. Edit a commit message
  4. Undo the local commits
  5. Solve merge failures.
  6. Remove a file from GIT
  7. Revert to older commits.
  8. Revert specific files to older commits.
  9. Share the credit of the commit with a cooperator.
  10. Design the next chalenge (Community giveback)

Each challenge is located on its own branch. Each branch includes the challenge text and the solution.

Setup

  1. Fork this repository.
  2. git clone
  3. run the following commands:
  4. chmod +x setup.sh
  5. ./setup.sh

Video

https://www.youtube.com/watch?v=nnqKvnnBSuI