Trying to push to github but Actually getting different outputs from what i see from the instructor.. #536
Answered
by
alymurtazamemon
Benrockiee
asked this question in
Q&A
-
There is no errors as i am Trying to push to github but l'm Actually getting different outputs from what i see from the instructor.. |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Jun 23, 2022
Replies: 1 comment 4 replies
-
Follow these steps:
Let me if you feel any difficulty in these. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
alymurtazamemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Benrockiee
Follow these steps:
git add .
git commit -m "initial commit"
git remote add origin <URL-of the GitHub repo>
git push -u origin main
Let me if you feel any difficulty in these.