# monkey **Repository Path**: zzzPython/monkey ## Basic Information - **Project Name**: monkey - **Description**: 路漫漫其修远兮 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 24 - **Created**: 2023-02-22 - **Last Updated**: 2023-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git 提交代码的步骤 1. git add . (提交所有的代码到git的暂存区) 2. git commit -m '备注' (确定要提交的代码) 2.5 如果出现远程代码冲突,执行 git pull 3. git push origin master (将代码推送到远程仓库) # stylus 1. stylus -w style.styl -o style.css # 电脑连接远程服务器 打开终端 :ssh root @公网地址 然后使用finalshell连接