文章分类 -  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 阅读(43) 评论(0) 推荐(0)

git bush 样式优化
摘要:.minttyrc BoldAsFont=-1 Columns=140 Rows=40 Language=@ FontHeight=12 ForegroundColour=192,192,192 CursorColour=133,153,0 BackgroundColour=0,43,54 Scro 阅读全文

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

如何在Windows中修改我的Git Bash配置文件?
摘要:我在Windows 7上使用Git Bash,并希望设置Bash配置文件别名,例如alias gs='git status'使我的生活更轻松。我怎样才能做到这一点? windows bashrc .bash-profile git-bash — 布赖恩 source 4 强制性的git别名笑话 —  阅读全文

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

bash配置文件介绍
摘要:.bashrc bash环境配置文件 .bash_profile 个人配置文件 一、shell的两种登录方式: 1、交互式登录:(1)直接通过终端输入账号密码登录(2)使用“su - UserName” 或“su -l Username”切换的用户执行顺序:/etc/profile --> /etc 阅读全文

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

导航