Skip to content
Discussion options

You must be logged in to vote

1. Check what files changed

git status

2. Stage everything

git add .

3. Commit with a message

git commit -m "Fix homepage bug"

4. Push to GitHub

git push origin main

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TalViloznyGrunitech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Search and Navigation Search, navigate, and understand code on GitHub Question Ask and answer questions about GitHub features and usage source:ui Discussions created via Community GitHub templates Other Features and Feedback Discussions that fall into "Other" category
2 participants