Everything else can be default settings. Usually when I am working in Sublime Text and want to commit some changes, I will switch over to my terminal window and type the following: git add -A git commit -m 'some crazy stupid message here' git push While ...
↧