From 7ccfb80ef20cdc2debb023dbdbdfcb9440cb46aa Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 26 Jul 2020 03:57:18 -0400 Subject: edit: a few more small fixes --- edit.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/edit.md b/edit.md index 36415f95..06242196 100644 --- a/edit.md +++ b/edit.md @@ -33,9 +33,10 @@ pushes), and avoiding `git://` (no transport security) and `https://` To use the `ssh://` method, you need `openssh` installed on your machine, which is available on virtually all GNU/Linux distributions and other Unix-like operating systems like the BSDs. You also need to -download the ssh private key [[id_rsa_anon_git_emacsconf]] and install -it into `~/.ssh/` (the `.ssh` directory in your home directory). The -key fingerprint is `SHA256:XbUoLgO2YH9+phNPKvwq8w0Q/8NhaKfS/VE6pDwTPsM +download the ssh private key [[`id_rsa_anon_git_emacsconf`]] and +install it into `~/.ssh/` (the `.ssh` directory in your home +directory). The key fingerprint is +`SHA256:XbUoLgO2YH9+phNPKvwq8w0Q/8NhaKfS/VE6pDwTPsM anon@git.emacsconf.org`, and its randomart image is: +---[RSA 2048]----+ @@ -95,8 +96,8 @@ repository you just cloned. When you're done, do: git add X Y Z git commit -m"descriptive commit message" -where `X`, `Y`, and `Z` are the files you changes; and `descriptive -commit message` is, well, a descriptive text describing your changes. -When you are ready, push your changes by running `git push`, and if -all went well, your commit should be pushed and your changes appear on -the website within a few seconds. +where `X`, `Y`, and `Z` are the files you changed; and `descriptive +commit message` is, well, a descriptive text describing your +changes. :-) When you are ready, push your changes by running `git +push`, and if all goes well, your commit should be pushed and your +changes appear on the website within a few seconds. -- cgit v1.2.3