Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
python3-docopt /
examples /
git /
Delete
Unzip
Name
Size
Permission
Date
Action
git.py
1.7
KB
-rwxr-xr-x
2014-06-16 11:14
git_add.py
851
B
-rw-r--r--
2014-06-16 11:14
git_branch.py
1.36
KB
-rw-r--r--
2014-06-16 11:14
git_checkout.py
931
B
-rw-r--r--
2014-06-16 11:14
git_clone.py
1.22
KB
-rw-r--r--
2014-06-16 11:14
git_commit.py
2.08
KB
-rw-r--r--
2014-06-16 11:14
git_push.py
904
B
-rw-r--r--
2014-06-16 11:14
git_remote.py
815
B
-rw-r--r--
2014-06-16 11:14
Save
Rename
"""usage: git commit [options] [--] [<filepattern>...] -h, --help -q, --quiet suppress summary after successful commit -v, --verbose show diff in commit message template Commit message options -F, --file <file> read message from file --author <author> override author for commit --date <date> override date for commit -m, --message <message> commit message -c, --reedit-message <commit> reuse and edit message from specified commit -C, --reuse-message <commit> reuse message from specified commit --fixup <commit> use autosquash formatted message to fixup specified commit --squash <commit> use autosquash formatted message to squash specified commit --reset-author the commit is authored by me now (used with -C-c/--amend) -s, --signoff add Signed-off-by: -t, --template <file> use specified template file -e, --edit force edit of commit --cleanup <default> how to strip spaces and #comments from message --status include status in commit message template Commit contents options -a, --all commit all changed files -i, --include add specified files to index for commit --interactive interactively add files -o, --only commit only specified files -n, --no-verify bypass pre-commit hook --dry-run show what would be committed --short show status concisely --branch show branch information --porcelain machine-readable output -z, --null terminate entries with NUL --amend amend previous commit --no-post-rewrite bypass post-rewrite hook -u, --untracked-files=<mode> show untracked files, optional modes: all, normal, no. [default: all] """ from docopt import docopt if __name__ == '__main__': print(docopt(__doc__))