Nautilus Git Extension – basic git operations right from the right-click menu
11mon 27d ago by lemmy.world/u/InternetCitizen2 in gnome_dev@programming.dev from github.com
cross-posted from: https://lemmy.world/post/31992907
simple Nautilus extension that adds git actions (Clone, Commit, Pull, Status...) to the right-click menu.
- clone
- status
- switch branch
- pull
- stage all and commit
- push
- set credentials
Built with python3-nautilus, requires GTK 4.
I did not make this. Just sharing