Loading your workspace…
# Initialize and make your first commit git init git commit -m "first commit" # Rename the branch to match the default branch on Trylle git branch -M main # Add the remote git remote add origin # Push your first commit git push -u origin main
Search for a command to run...