0
How long does it take changes from android studio to appear on github?
I have a project on github. After I make certain changes to it on android studio. I did commit . The changes don't appear on my github code . What am I missing? Am I doing something wrong?
1 ответ
0
Satya Routray did you use
git push
That is the command you need to use after git commit - m "message"