Skip to content

Not able to commit my files #126051

Discussion options

You must be logged in to vote

Bro first see the status of your files using:
git status
Then add the files in red using:
git add filename
Then commit the files with a message using:
git commit -m "your message
Then try to push the files on your repo using:
git push origin main

Hope this will work for you!!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jda8818
Comment options

Answer selected by bro-the-coder

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants