# helloGit **Repository Path**: pengzgit/helloGit ## Basic Information - **Project Name**: helloGit - **Description**: 第一次测试 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-10-24 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #helloGit 此项目用于练习git指令的日常操作 :trollface: :joy_cat: :mahjong: :fa-reddit: ## 无序列表 * 这里是列表文本 * 这里是列表文本 * 这里是列表文本 * 这里是列表文本 ## 无序列表 - 这里是列表文本 - 这里是列表文本 - 这里是列表文本 ## 有序列表 1. 这里是列表文本 2. 这里是列表文本 3. 这里是列表文本 **加粗** _斜体_ ### 标题 [百度一下,你就知道](http://www.baidu.com) > 引用文本 ``` public void printOut() { System.out.print("...."); } ```