GithubHelp home page GithubHelp logo

gojo's Introduction

Gojo

A compilation of git katas - exercises that make you more confident in using more advanced git features.

Usage

  • Clone this repository: git clone https://github.com/salemove/gojo.git && cd gojo.
  • See the list of available katas with git branch -a. Every kata-* branch is a kata.
  • Pick a kata and start it with e.g. git checkout kata-1-fixup.
  • Run ./start to start the kata and print instructions.
  • Do it.
  • Execute ./test to check your results.
  • Run e.g. git reset --hard origin/kata-1-fixup to start over.

If you've broken everything beyond repair, just delete the folder and start over from the top, by cloning this repository again.

Katas

  1. Fixup: kata-1-fixup
  2. Squash: kata-2-squash
  3. Commit splitting: kata-3-split-commit
  4. Splitting an old commit: kata-4-split-old-commit
  5. Redistribute commit contents between different commits: kata-5-redistribute-commits
  6. Recover a lost commit: kata-6-recover

gojo's People

Contributors

deiwin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

theldoria helaril

gojo's Issues

Portability issue

Your usage of the sed command is macOS specific, in that the -i flag differs in usage between GNU sed and macOS sed.

When I run the first kata on Ubuntu 18.04 I get the following error:

$ ./start
sed: can't read : No such file or directory

See this stackoverflow post on the subject.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.