Browse Source

start reorganizing gin-cli part

Keisuke Sehara 3 years ago
parent
commit
486cc1ec04
2 changed files with 14 additions and 6 deletions
  1. 2 6
      README.md
  2. 12 0
      gin-client/basics.md

+ 2 - 6
README.md

@@ -15,14 +15,10 @@ introduction to how to deal with gin (web interface, command-line, and probably
     - [Uploading and editing files](web-interface/uploading-editing/README.md)
     - [Collaborating with others](web-interface/collaboration.md)
 3. **gin-cli**
-    - Downloading a bundle (refer to [this page](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Setup))
+    - [Where to find basic information](gin-client/basics.md)
     - [Setting up for the wired network in Charité](gin-client/Charite-network.md)
-    - Log-in to Gin server (refer to [information here](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Usage+Tutorial#setup))
-    - Downloading a repository (refer to [information here](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Usage+Tutorial#the-workflow))
-    - Committing to a repository (refer to [information here](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Usage+Tutorial#the-workflow))
-    - Uploading changes (refer to [information here](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Usage+Tutorial#the-workflow))
-    - Synchronizing the local repository with the remote
     - (Advanced) Dealing with [what is annexed, and what is not](https://git-annex.branchable.com/tips/largefiles/)
+    - [**Tips and troubleshooting**](gin-client/tips.md)
 4. **WinGIN (GUI on Windows)**
     - What WinGIN does
     - Download and setup

+ 12 - 0
gin-client/basics.md

@@ -0,0 +1,12 @@
+# Gin-cli: where to find basic info
+
+There is a [wiki page](https://gin.g-node.org/G-Node/Info/wiki/) that covers some basic information about gin-cli, including:
+
+- [How to download and install the gin-cli](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Setup)
+- [How to "log in" to the Gin server for the first time](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Usage+Tutorial#setup)
+- [How to download a repository to your local environment ](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Usage+Tutorial#the-workflow)
+- [How to commit changes to the local repository](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Usage+Tutorial#the-workflow)
+- [Synchronizing changes with the server (upload, download)](https://gin.g-node.org/G-Node/Info/wiki/GIN+CLI+Usage+Tutorial#the-workflow)
+
+You can refer to our [tips and troubleshooting](tips.md) page, too!
+