
Git Exercises
With this platform you can learn and practice Git and discover its features you might haven't been aware of. With all the exercises provided you will rapidly become a Git Master!
master - Git Exercises
The first exercise is to push a commit that is created when you run the git start command. Just try git verify after you have initialized the exercises and be proud of passing the first one :-)
Cheatsheet - Git Exercises
Made with for git by Wojciech Frącz and Jacek Dajda at AGH University of Science and Technology
merge-conflict - Git Exercises
Exercise: Resolve a merge conflict git start merge-conflict Instructions Merge conflict appears when you change the same part of the same file differently in the two branches you're merging …
Git Exercises
Home Exercises My progress FAQ Cheatsheet Github Made with for git by Wojciech Frącz and Jacek Dajda at AGH University of Science and Technology
My progress - Git Exercises
Unfortunately, you have made another commit on top of the typo so simple git commit --amend is not enough. Fix the typographic error by amending commit in history.