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