Mystic -- the Halloween version. Haunted!
|
|
5 years ago | |
|---|---|---|
| hh | 5 years ago | |
| .gitignore | 5 years ago | |
| .gitmodules | 5 years ago | |
| CMakeLists.txt | 5 years ago | |
| README.md | 5 years ago | |
| TODO.md | 5 years ago | |
| ansi-color.c | 5 years ago | |
| ansi-to-src.cpp | 5 years ago | |
| bat.ans | 5 years ago | |
| build_images.sh | 5 years ago | |
| charman.cpp | 5 years ago | |
| charman.h | 5 years ago | |
| clang.md | 5 years ago | |
| ghead.ans | 5 years ago | |
| ghost.ans | 5 years ago | |
| hharry.cpp | 5 years ago | |
| icu.ans | 5 years ago | |
| images.cpp | 5 years ago | |
| input-int.cpp | 5 years ago | |
| lastseen.cpp | 5 years ago | |
| lastseen.h | 5 years ago | |
| mystic.py | 5 years ago | |
| panther.ans | 5 years ago | |
| render.cpp | 5 years ago | |
| render.h | 5 years ago | |
| rsync_list.txt | 5 years ago | |
| show | 5 years ago | |
| show_bat_issue.sh | 5 years ago | |
| show_icu_issue.sh | 5 years ago | |
| show_skull_issue.sh | 5 years ago | |
| skull-blink.ans | 5 years ago | |
| skull.ans | 5 years ago | |
| terminal.cpp | 5 years ago | |
| terminal.h | 5 years ago | |
| test-lastseen.cpp | 5 years ago | |
| test-utils.cpp | 5 years ago | |
| try-re.c | 5 years ago | |
| update_example | 5 years ago | |
| utils.cpp | 5 years ago | |
| utils.h | 5 years ago | |
| wolf.ans | 5 years ago | |
| wordplay.cpp | 5 years ago | |
| wordplay.h | 5 years ago |
# To Use:
# git submodule update --init
git clone https://github.com/wonder-mice/zf_log.git
git clone https://github.com/google/googletest.git
sudo apt install cmake
cmake .
make
codium c/c++ advanced lint
apt install clang-format clang cppcheck
cmake -DCMAKE_BUILD_TYPE=Release .
make
cmake -DCMAKE_BUILD_TYPE=Debug .
make
git checkout -b new-branch
or, a longer way to type that:
git branch new-branch
git checkout new-branch
git commit
And your changes go into the new-branch
git push -u origin new-branch
If you recall using git push -u when you first setup the git repo. Well, it's that all over again, but with a new branch.
git checkout master
git checkout master
git checkout bugz-ansi -- ghost.ans ghead.ans bat.ans utils.h utils.cpp
This would pull files from bugz-ansi branch into the master branch.