1
0
Fork
You've already forked flit_client
0
a version control system
  • Go 100%
virtualfuzz f8a6b96759
feat: create flit add command
flit add , like git add, adds every single file from a specified
folder/file into the staging dir.
2025年08月31日 16:28:12 +02:00
.commitlintrc.mjs chore: add pre-commit and a contributing file 2025年07月20日 19:57:45 +02:00
.dprint.jsonc ci: upgrade pre-commit and dprint 2025年08月31日 16:27:16 +02:00
.pre-commit-config.yaml ci: upgrade pre-commit and dprint 2025年08月31日 16:27:16 +02:00
CONTRIBUTING.md chore: add pre-commit and a contributing file 2025年07月20日 19:57:45 +02:00
go.mod feat: create flit add command 2025年08月31日 16:28:12 +02:00
go.sum feat: create flit add command 2025年08月31日 16:28:12 +02:00
LICENSE.md chore: initial commit 2025年07月20日 19:56:25 +02:00
main.go feat: create flit add command 2025年08月31日 16:28:12 +02:00
README.md chore: initial commit 2025年07月20日 19:56:25 +02:00

flit_client

License

flit_client is licensed under the AGPL-3.0-or-later.

Copyright (C) 2025 @virtualfuzz

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.