12,297
edits
(→Links) |
No edit summary |
||
Line 47: | Line 47: | ||
At this point, your commit is only local! You can commit as few or as many changes as you like. But at the end of the day, you should push your changes to the server: | At this point, your commit is only local! You can commit as few or as many changes as you like. But at the end of the day, you should push your changes to the server: | ||
<source lang="bash">git push origin | <source lang="bash">git push origin main</source> | ||