Git and TEI Stylesheets
Posted by mholmes on 25 Sep 2013 in Activity log, Documentation
Reminder to self because I cannot for the life of me remember git commands when I have to edit the Stylesheets project:
git status
to see what's changed.git add [file]
to add any file you've changed to the staging area. Without this, or commit -a, your changes won't go in.git commit -a
"stages" all changes automatically and then pushes them to the master.- Browse the repo here: https://github.com/TEIC/Stylesheets/tree/master/