a version control system
|
virtualfuzz
f8a6b96759
flit add , like git add, adds every single file from a specified folder/file into the staging dir. |
||
|---|---|---|
| .commitlintrc.mjs | chore: add pre-commit and a contributing file | |
| .dprint.jsonc | ci: upgrade pre-commit and dprint | |
| .pre-commit-config.yaml | ci: upgrade pre-commit and dprint | |
| CONTRIBUTING.md | chore: add pre-commit and a contributing file | |
| go.mod | feat: create flit add command | |
| go.sum | feat: create flit add command | |
| LICENSE.md | chore: initial commit | |
| main.go | feat: create flit add command | |
| README.md | chore: initial commit | |
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/.