Skip to content

Git challenges to help you master git CLI and solve the most commont problems.

Notifications You must be signed in to change notification settings

nos111/git-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

IMPORTANT: WHEN YOU FORK DON"T SELECT "Copy only main branch". OTHERWISE YOU WON"T GET THE BRANCHES OF THE CHALLENGES.

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 challenge (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

About

Git challenges to help you master git CLI and solve the most commont problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages