https://github.com/tourcoder/gitexport
Exporting content that does not contain .git. Hope there will be a native `git export` feature like this.
https://github.com/tourcoder/gitexport
git git-export
Last synced: 2 months ago
JSON representation
Exporting content that does not contain .git. Hope there will be a native `git export` feature like this.
- Host: GitHub
- URL: https://github.com/tourcoder/gitexport
- Owner: tourcoder
- License: mit
- Created: 2022-06-30T00:21:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T08:45:14.000Z (over 3 years ago)
- Last Synced: 2025-07-19T09:28:49.632Z (12 months ago)
- Topics: git, git-export
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitexport
Exporting content that does not contain .git
Hope there will be a native `git export` feature like this.
### Intro
`gitexport` is a simple bash script to export content that does not contain .git.
Recently, I need to upload a project without a .git file to another place (E.g. Cloudflare Pages), so I wrote this script.
### Install
```
curl https://raw.githubusercontent.com/tourcoder/gitexport/master/gitexport | bash
```
### How to use
Run command in the root directory of the project.
```
Usage: gitexport [OPTION]...
Options:
-t, --to Export the files without .git
-h, --help Show help information
-v, --version Show Gitexport version
-u, --upgrade Upgrade Gitexport to latest version
```
The exported content will be generated on your Desktop in a folder named `gitexport`.
### How to Collaborate
Please feel free to submit your PR or issue.
### Copyright
[MIT License](LICENSE)