From 62253be68aefacd6776a1f0834b9ec5ae85b0f50 Mon Sep 17 00:00:00 2001 From: Abhijit Kshirsagar Date: Wed, 9 Jun 2021 13:54:57 +0530 Subject: [PATCH] Updated Editing.md (markdown) --- Editing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editing.md b/Editing.md index 1b2fc2c..73af059 100644 --- a/Editing.md +++ b/Editing.md @@ -9,4 +9,4 @@ If you have Ruby installed, you can clone this repo on your local machine, make 3. Install Gollum: ```gem install gollum``` 4. Launch Gollum in the directory where the wiki files have been cloned: ```gollum ./``` 5. View and edit the local files by pointing a browser to ```http://localhost:4567``` -6. Make sure to save and then commit and push the changes upstream after all edits are done. \ No newline at end of file +6. Whenever a page is saved, a commit is created automatically by gollum. Make sure to push the changes upstream after all edits are done. \ No newline at end of file