-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-cle-nucleus
-
-
-
Hi,
it starts with adding a ssh key to the system. There is NO context on that page, just a button to add a key. For someone never heared about ssh, it's a absolute no go and even with knowledge, the word "PUBLIC KEY" would be helpfull.
WHY can we checkout via HTTPS and SSH , but not commit with HTTPS ???
Create a shop help page with the basic 4-5 elemental commands:
How to start:
cd ~/.ssh
ssh-keygen -f fedora-git-sshkey
Upload fedora-git-sshkey.pub per COPY & PASTE into your Fedora Pagure Account.
Create a local git:
mkdir Fedora
cd Fedora
git clone 'ssh://git@pagure.io/forks/<username>/fedora-docs/quick-docs.git'
git config --global --edit
Edit a page:
cd quick-docs/modules/ROOT/pages/
gedit commit creating-and-using-a-live-installation-image.adoc
git commit creating-and-using-a-live-installation-image.adoc
git push
Create Pullrequest via WEBUI from "YOURFORK" .