aboutsummaryrefslogtreecommitdiff
path: root/doc/RepositoryCommands.md
blob: 3725b6ea58b7e4b9aa23f0795d985a41c8a8a4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## 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
~~~