About 134 results
Open links in new tab
  1. 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!

  2. 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 :-)

  3. Cheatsheet - Git Exercises

    Made with for git by Wojciech Frącz and Jacek Dajda at AGH University of Science and Technology

  4. 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 …

  5. 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

  6. 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.