Git Product home page Git Product logo

git-katas's Issues

Create Learning Paths

We should have different learning paths through the gitkatas.

A noob could start with basic-staging -> basic-branching -> something something

while we could also have a "superuser" path that does more advanced stuff
An admin path could also be useful

kata2-squashing

Looking at the text, and the branching, it is not clear where master should be rebased to.
Isn't it the case that it should be kata2-squashing that were at master's place. Else rename master, since you never rewrite public history, and users sees master as something public.

selection_044

More detailed documentation of running setup script

The current way may cause confusion and trying to execute a run setup.sh command.

Make it more explicit in the READMEs for example like this:

Run the setup script:

./setup.sh

PS: Does this work in Git Bash without the .sh files being executable?

make branching kata

examines the following commands in regards to a branch

  1. git branch and -a
  2. git checkout and -b
  3. git diff

Along with the shorthand notations HEAD ^ ~

Examples:

There should be two branches, both pointing to the same commit.

  1. List the branches
  2. Go to the other branch, that points to the same commit
  3. git status
  4. Make a commit
  5. git status
  6. git log --all --decorate --graph --oneline
  7. back to the first branch
  8. make commit
  9. git status
  10. git log --all --decorate --graph --oneline

Talk about merging, but wait to show it to another kata.

Remove merging from basic branching

Right now the basic-branching require us to go all the way to slide 44 because is also has merging in it.
I suggest we make a basic-branching and a basic-merging in order to accommodate an early entry of a lab (slide 24)

basic ignore kata is not basic

The ignore kata is described as basic but launches straight into the advanced use case where you ignored a filetype that is already added, and doesn't even provide explanation as to what is expected.

I think the basic ignore kata should be much more basic.

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.