aboutsummaryrefslogtreecommitdiff
path: root/doc/RepositoryCommands.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/RepositoryCommands.md')
-rw-r--r--doc/RepositoryCommands.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/RepositoryCommands.md b/doc/RepositoryCommands.md
deleted file mode 100644
index 3725b6e..0000000
--- a/doc/RepositoryCommands.md
+++ /dev/null
@@ -1,16 +0,0 @@
-## git commit template
-You can set the commit template with:
-
-~~~sh
-git config commit.template=.git-commit-template
-~~~
-
-## gitea api
-A full list of the api can be found on https://try.gitea.io/api/swagger.
-
-## Listing branches
-
-~~~sh
-curl --request GET --url https://neueland.iserlohn-fortress.net/gitea/api/v1/repos/aqua/smolbote/branches
-~~~
-