mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-01 20:42:01 +02:00
Add cli hints to the first three levels
This commit is contained in:
parent
437cbb7a37
commit
7ecc55a3fb
10 changed files with 75 additions and 15 deletions
levels/intro
|
@ -1,14 +1,20 @@
|
|||
title = Working together
|
||||
cards = clone checkout commit-auto pull push
|
||||
cards = clone commit-auto pull push
|
||||
|
||||
[description]
|
||||
|
||||
Let's add your name to our list of students!
|
||||
|
||||
I already have this list my time machine - let's work together!
|
||||
Let's add your name to our list of students! I already have this list my time machine - let's work together!
|
||||
|
||||
Drag the "clone" card to my name to make your own copy of my timeline!
|
||||
|
||||
[cli]
|
||||
|
||||
To clone the teacher's repo via the command line, you need this command:
|
||||
|
||||
git clone ../teacher .
|
||||
|
||||
(Don't forget the dot at the end!)
|
||||
|
||||
[congrats]
|
||||
|
||||
Welcome to time travel school! :) I'll see you for your first class tomorrow!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue