1
0
Fork
You've already forked gitlab-repo-editor
0
A POC of a client-side app that edits a git repository file using the GitLab api.
This repository has been archived on 2025年12月20日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 63.2%
  • HTML 33.9%
  • CSS 2.9%
Nathanaël Jourdane b6fff32627 Add readme
2020年04月26日 15:54:23 +02:00
doc Add readme 2020年04月26日 15:54:23 +02:00
public Add readme 2020年04月26日 15:54:23 +02:00
.gitignore Initial commit 2020年04月24日 14:08:17 +02:00
.gitlab-ci.yml Add gitlab ci config 2020年04月24日 14:17:15 +02:00
README.md Add readme 2020年04月26日 15:54:23 +02:00

GitLab repository file editor

A POC of a client-side app that edits a git repository file using the GitLab api.

See it in action the online demo!

You will need to authorize the application to use you GitLab account, in order to read and write on your repositories:

Want to fork?

Please add a new application with api access on your own GitLab account, then edit the application id at the beginning of the main js file.