Mystic -- the Halloween version. Haunted!
root 58b15cbe59 Additional notes on broken user records. | %!s(int64=4) %!d(string=hai) anos | |
---|---|---|
ansi | %!s(int64=4) %!d(string=hai) anos | |
hh | %!s(int64=4) %!d(string=hai) anos | |
notes | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
.gitmodules | %!s(int64=4) %!d(string=hai) anos | |
CMakeLists.txt | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
TODO.md | %!s(int64=4) %!d(string=hai) anos | |
ansi-color.c | %!s(int64=4) %!d(string=hai) anos | |
ansi-to-src.cpp | %!s(int64=4) %!d(string=hai) anos | |
build_images.sh | %!s(int64=4) %!d(string=hai) anos | |
charman.cpp | %!s(int64=4) %!d(string=hai) anos | |
charman.h | %!s(int64=4) %!d(string=hai) anos | |
git_pull.sh | %!s(int64=4) %!d(string=hai) anos | |
hharry.cpp | %!s(int64=4) %!d(string=hai) anos | |
images.cpp | %!s(int64=4) %!d(string=hai) anos | |
input-int.cpp | %!s(int64=4) %!d(string=hai) anos | |
lastseen.cpp | %!s(int64=4) %!d(string=hai) anos | |
lastseen.h | %!s(int64=4) %!d(string=hai) anos | |
logs_utils.cpp | %!s(int64=4) %!d(string=hai) anos | |
logs_utils.h | %!s(int64=4) %!d(string=hai) anos | |
mystic.py | %!s(int64=4) %!d(string=hai) anos | |
render.cpp | %!s(int64=4) %!d(string=hai) anos | |
render.h | %!s(int64=4) %!d(string=hai) anos | |
rsync_list.txt | %!s(int64=4) %!d(string=hai) anos | |
show | %!s(int64=4) %!d(string=hai) anos | |
show_bat_issue.sh | %!s(int64=4) %!d(string=hai) anos | |
show_icu_issue.sh | %!s(int64=4) %!d(string=hai) anos | |
show_owl_issue.sh | %!s(int64=4) %!d(string=hai) anos | |
show_skull_issue.sh | %!s(int64=4) %!d(string=hai) anos | |
terminal.cpp | %!s(int64=4) %!d(string=hai) anos | |
terminal.h | %!s(int64=4) %!d(string=hai) anos | |
test-lastseen.cpp | %!s(int64=4) %!d(string=hai) anos | |
test-mangle.cpp | %!s(int64=4) %!d(string=hai) anos | |
test-render.cpp | %!s(int64=4) %!d(string=hai) anos | |
test-terminal.cpp | %!s(int64=4) %!d(string=hai) anos | |
test-utils.cpp | %!s(int64=4) %!d(string=hai) anos | |
try-re.c | %!s(int64=4) %!d(string=hai) anos | |
update_example | %!s(int64=4) %!d(string=hai) anos | |
utils.cpp | %!s(int64=4) %!d(string=hai) anos | |
utils.h | %!s(int64=4) %!d(string=hai) anos | |
wordplay.cpp | %!s(int64=4) %!d(string=hai) anos | |
wordplay.h | %!s(int64=4) %!d(string=hai) anos |
# 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.
git checkout master
git merge cplusplus