Loading...
Loading...
Compare original and translation side by side
ghghgit init
git add .
git commit -m "Initial commit"git init
git add .
git commit -m "Initial commit"undefinedundefinedundefinedundefinedundefinedundefined
Or for docs folder:
```bash
gh api repos/{owner}/{repo}/pages -X POST -f build_type=legacy -f source='{"branch":"main","path":"/docs"}'
或者针对docs文件夹:
```bash
gh api repos/{owner}/{repo}/pages -X POST -f build_type=legacy -f source='{"branch":"main","path":"/docs"}'undefinedundefinedundefinedundefinedhttps://<username>.github.io/<repo-name>/https://<username>.github.io/<repo-name>/undefinedundefinedundefinedundefinedgit add .
git commit -m "Update site"
git pushgit add .
git commit -m "Update site"
git push