Welcome to MorphOS-Storage, a webserver dedicated to MorphOS users. ©2016-2023 Meta-MorphOS.org
Description:A graphical git frontend for MorphOS, inspired by GitHub Desktop, GitLab Discovery
Developer/Porter:TDolphin
Mail:
Homepage:http://www.tdolphin.org
Readme:
############################################################

Git Desktop
(c) 2022-2023 TDolphin

web: http://www.tdolphin.org
email: info at tdolphin.org

############################################################

## Short

Git Desktop is a graphical git frontend for MorphOS.
It is quite similar to GitHub Desktop and GitLab Discovery but also it has some features inspired by Visual Studio Code.
Written in C++ and MUI based (via C++ wrappers: https://github.com/tdolphin-org/AmigaOS.MUI.cpp.wrapper).

Run from command line.

For now this tool gives possibility of:
- add existing repository
- clone from remote repository
- create (init) new repository
- switch//rename/delete branch (only for local ones)
- create branch from current or from selected
- list of tracked/untracked file(s)
- stage/unstage changes
- commit with message
- fetch, pull, push
- preview/view (raw/color) of diff for changed/untracked files (few view modes, including split mode)
- list of stashes with preview
- stash actions: stash, apply, drop, drop all, pop
- latest history (for now limited to latest 50 entries) also with showing diffs of changed files
- undo last commit
- discard changes for given tracked/untracked file
- discard changes for selected/all files
- stash: given file, selected/all files
- custom stash name
- edit given tracked/untracked file, via external editor -> Flow Studio
- help viewer for git subcommands
- ...

If repository requires authentication You have to do authentication before any actions like fetch/pull/push.
You can do it with "ssh-agent -D", something like:
ssh-add Home:.ssh/id_ed25519 .

## Disclaimer

Git Desktop is in beta state. Still miss many features. And has at least some bugs/problems.

## Requirements

MorphOS 3.x + SDK (git)

## Info/Credits

Rafal Zabdyr - author
Mariusz Wlodarczyk - testing, suggestions
Jacek Piszczek - help

Upload Date:Nov 15 2023
Category:Development/Tools
Download:GitDesktop_0.10.17.lha
Md5:9956f185507cfc5fb38f44ea4d70bdfa
Size:1 MB
Downloads:99
Screenshot(s)
 
History
Last Comments
papiosaur
16 Nov 2023
19:29
yes, the database is updated when a new lha archive is uploaded (new md5) and old archive is deleted with his comments.

History section has been added by BeWorld for some archives like SDL2 and some of his ports need to keep old version.
jPV
16 Nov 2023
19:17
And what's the History section above the comments? Should the updates be visible there, or what's that for?
jPV
16 Nov 2023
19:11
I guess comments are lost because each new version is handled as a whole new item in the database. New versions get a new ID too.. which also is a bit annoying and makes it impossible to share a direct link to a program. It would be really nice that there would be a way to updated a program without losing the ID and comments etc. If it's not possible, feedback for coder of the page would be nice ;)
git
16 Nov 2023
17:33
You just need to disable deleting the comments. No need to store old versions of the programs.
papiosaur
16 Nov 2023
17:00
@git: new version, new comments... sorry i can't keep all version for each programs... thanks for your understanding
git
16 Nov 2023
10:52
THis version starts, thanks for the fix.

And again all previous comments are deleted :-/