start new:
tmux
start new with session name:
tmux new -s myname
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE language SYSTEM "language.dtd"> | |
| <!-- | |
| This file is part of KDE's Kate project | |
| GO.XML supports syntax highlighting for the Go programming language | |
| under Kate. Go is a compiled, garbage-collected, concurrent programming | |
| language developed by Google Inc. |
This is a set up for projects which want to check in only their source files, but have their gh-pages branch automatically updated with some compiled output every time they push.
A file below this one contains the steps for doing this with Travis CI. However, these days I recommend GitHub Actions, for the following reasons: