xaizek / zograscope (License: AGPLv3 only) (since 2018-12-07)
Mainly a syntax-aware diff that also provides a number of additional tools.
Commit c825d9010621cb3d215c661516cff0e4e14fe648

Add more entries to .zs/exclude
* submodules
* example sources
* Qt resources
Author: xaizek
Author date (UTC): 2022-07-19 15:45
Committer name: xaizek
Committer date (UTC): 2022-07-19 17:22
Parent(s): 7a32e2804e94b39f97707a5b87b1a8299e293a78
Signing key: 99DC5E4DB05F6BE2
Tree: b879364db8e6208406844a7e2d6674c8bb3b9a5d
File Lines added Lines deleted
.zs/exclude 7 0
File .zs/exclude changed (mode: 100644) (index f7017b5..e5856ad)
4 4 !/tools/ !/tools/
5 5 !/Makefile !/Makefile
6 6
7 # submodules
8 /tools/tui/libs
9
10 # examples
11 example/
12
7 13 # automatically generated sources # automatically generated sources
8 14 *.gen.* *.gen.*
9 15
 
11 17 ui_*.h ui_*.h
12 18 moc_*.cpp moc_*.cpp
13 19 moc_*.h moc_*.h
20 qrc_resources.cpp
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/zograscope

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/zograscope

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master