I then added it to the local repo using (git add .), which adds all updated files to the local master branch and added a message to that using (git commit -m “added Ruby file”). I then pushed my new changes to GitHub through command line using (git ...
↧