mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
5 lines
76 B
Text
5 lines
76 B
Text
|
echo "file 1" > file1
|
||
|
echo "file 2" > file2
|
||
|
echo "file 3" > file3
|
||
|
git add .
|