The following commands take care of that, $ git add . $ git commit -m "Some random commit message here..." $ git push repoinazure master In the previous commands, the first one takes care of the addition of files to the local tracking of the repository ...
↧