# Daily-Dev-Tools-Guide **Repository Path**: wooaoo/daily-dev-tools-guide ## Basic Information - **Project Name**: Daily-Dev-Tools-Guide - **Description**: 工具使用记录,尽量上传安装包 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-02-05 - **Last Updated**: 2024-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Daily-Dev-Tools-Guide #### 介绍 工具安装包和使用记录 #### 工具目录 - Git - Snipaste #### 使用说明
1. Git 简易的命令行入门教程 Git 全局设置: git config --global user.name "你的名字,如cao.xunwen" git config --global user.email "你的邮箱,如cxw6@qq.com" 创建 git 仓库: mkdir daily-dev-tools-guide cd daily-dev-tools-guide git init -b "main" touch README.md git add README.md git commit -m "first commit" git remote add origin https://gitee.com/caoxunwen/daily-dev-tools-guide.git git push -u origin "main" 已有仓库? cd existing_git_repo git remote add origin https://gitee.com/caoxunwen/daily-dev-tools-guide.git git push -u origin "main"
2、Sniapste 免安装,解压后点击exe文件即可使用,按F2截图