👩✈️
Commander Eve
Mission Briefing
Mission
Agent, the project folder is empty. Initialize a Git repository, stage the app file, and make your first commit. Write your commands in commands.sh.
Objectives
- Initialize a Git repository with git init
- Stage app.py with git add
- Commit with a descriptive message
- Check repository status with git status
app.py
Files
app.py
commands.sh
app.py
Test Results
git init komutu mevcut
git init ile depo başlatılmalı
Dosya eklendi
git add ile dosya sahneye alınmalı
Commit atıldı
git commit -m ile commit yapılmalı