I ask because I like console, but at the same time have difficulties remembering all the commands. I’d like to try a GUI that is comfortable to use with only a keyboard.
[edit]
My inbox got fediversized, fantastic feeling.
I ask because I like console, but at the same time have difficulties remembering all the commands. I’d like to try a GUI that is comfortable to use with only a keyboard.
[edit]
My inbox got fediversized, fantastic feeling.
If you have trouble remembering git commands for CLI have a look at the tool
tldr:https://man.archlinux.org/man/tldr.1.en
For example if you need to remember how to use the
branchcommand you could look it up withtldr git branchwhich would give you an overview on the most popular use cases.
And in case you don’t already know: You may want to use the history search tool of your shell by hitting CTRL-r and then for example typing
branch. You’d get a list of past commands you have used containingbranchthat you can flip through by repeatedly hitting CTRL-r.