This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
768
Commits
2
Branches
178 MiB
Go
79.7%
Roff
9%
Shell
5.4%
JavaScript
2.4%
CSS
2.3%
Other
1%
Tree:
5f3a6a9d74
for-closed-social
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '5f3a6a9d74'
${ noResults }
gitea
/
conf
/
mysql.sql
2 lines
98 B
Raw
Blame
History
DROP
DATABASE
gogs
;
CREATE
DATABASE
IF
NOT
EXISTS
gogs
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
;