klaussilveira / gitlist

An elegant and modern git repository viewer
https://gitlist.org/
BSD 3-Clause "New" or "Revised" License
2.92k stars 517 forks source link

View current modifications, add ability to perform git operations #909

Closed PhilipJonasFranz closed 2 years ago

PhilipJonasFranz commented 2 years ago

It would be great if it were possible to review changes made on a local repository.

Also, it would be nice to create commits from the Web UI and/or pull from the remote (generally be able to do git operations via the Web UI).

klaussilveira commented 2 years ago

Unfortunately, write operations are outside the scope of GitList. Specially since it is designed to work against bare repos, not working copies.