setting up a github for newbie - on opensuse

hi dear linux-experts

how can i quickly and easily get setup on GitHub or any repository that offers the same features?

well .- i cannot find the souces for opensuse

Git

what do you suggest

Code:

sudo zypper in git

If you want a GUI:

Code:

sudo zypper in git-gui

Once there the ‘git’ commands are the same regardless.

Good luck.