mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-04-12 00:26:55 +02:00
4 lines
76 B
Text
4 lines
76 B
Text
echo "file 1" > file1
|
|
echo "file 2" > file2
|
|
echo "file 3" > file3
|
|
git add .
|