文章分类 -  bash

git常用命令
摘要:A创建远程仓库到上传代码到git 1)登陆或这注册git账号 https://github.com 2)创建远程仓库 3)打开终端输入命令 cd到你的本地项目根目录下,执行如下git命令 git init git add . git commit -m "注释语句" git remote add o 阅读全文

posted @ 2021-11-01 11:17 卡农2014 阅读(32) 评论(0) 推荐(0)

git bush 样式优化
摘要:参考:https://blog.csdn.net/weixin_43746424/article/details/119530562 .minttyrc BoldAsFont=-1 Columns=140 Rows=40 Language=@ FontHeight=12 ForegroundColo 阅读全文

posted @ 2021-11-01 10:51 卡农2014 阅读(87) 评论(0) 推荐(0)

如何在Windows中修改我的Git Bash配置文件?
摘要:参考:https://qastack.cn/superuser/602872/how-do-i-modify-my-git-bash-profile-in-windows 我在Windows 7上使用Git Bash,并希望设置Bash配置文件别名,例如alias gs='git status'使我 阅读全文

posted @ 2021-11-01 10:50 卡农2014 阅读(2510) 评论(0) 推荐(0)

bash配置文件介绍
摘要:参考:https://m.jb51.cc/bash/618046.html .bashrc bash环境配置文件 .bash_profile 个人配置文件 一、shell的两种登录方式: 1、交互式登录:(1)直接通过终端输入账号密码登录(2)使用“su - UserName” 或“su -l Us 阅读全文

posted @ 2021-11-01 10:49 卡农2014 阅读(318) 评论(0) 推荐(0)

导航