Mystic -- the Halloween version. Haunted!
root 58b15cbe59 Additional notes on broken user records. | il y a 4 ans | |
---|---|---|
ansi | il y a 4 ans | |
hh | il y a 4 ans | |
notes | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.gitmodules | il y a 4 ans | |
CMakeLists.txt | il y a 4 ans | |
README.md | il y a 4 ans | |
TODO.md | il y a 4 ans | |
ansi-color.c | il y a 4 ans | |
ansi-to-src.cpp | il y a 4 ans | |
build_images.sh | il y a 4 ans | |
charman.cpp | il y a 4 ans | |
charman.h | il y a 4 ans | |
git_pull.sh | il y a 4 ans | |
hharry.cpp | il y a 4 ans | |
images.cpp | il y a 4 ans | |
input-int.cpp | il y a 4 ans | |
lastseen.cpp | il y a 4 ans | |
lastseen.h | il y a 4 ans | |
logs_utils.cpp | il y a 4 ans | |
logs_utils.h | il y a 4 ans | |
mystic.py | il y a 4 ans | |
render.cpp | il y a 4 ans | |
render.h | il y a 4 ans | |
rsync_list.txt | il y a 4 ans | |
show | il y a 4 ans | |
show_bat_issue.sh | il y a 4 ans | |
show_icu_issue.sh | il y a 4 ans | |
show_owl_issue.sh | il y a 4 ans | |
show_skull_issue.sh | il y a 4 ans | |
terminal.cpp | il y a 4 ans | |
terminal.h | il y a 4 ans | |
test-lastseen.cpp | il y a 4 ans | |
test-mangle.cpp | il y a 4 ans | |
test-render.cpp | il y a 4 ans | |
test-terminal.cpp | il y a 4 ans | |
test-utils.cpp | il y a 4 ans | |
try-re.c | il y a 4 ans | |
update_example | il y a 4 ans | |
utils.cpp | il y a 4 ans | |
utils.h | il y a 4 ans | |
wordplay.cpp | il y a 4 ans | |
wordplay.h | il y a 4 ans |
# 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