linux运维培训之git技巧
这里引见设置git运用的两个小诀窍
第一:设置git命令的别名
以git commit这个命令为实例
在正常的状况下以下是一个完好的过程
[root@localhost status]# vi st1
[root@localhost status]# git add st1
[root@localhost status]# git commit -m "2nd commit"
[master 41934ca] 2nd commit
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 st1
在设置运用别名后再比照下看看
[root@localhost status]# vi st2
[root@localhost status]# git add st2
[root@localhost status]# git config --global alias.ci commit
[root@localhost status]# git ci -m "3rd commit"
[master 6a5cb99] 3rd commit
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 st2
比照下发现能够经过运用别名来简化命令啊
第二:修正使git具有unix的优秀特性(自动完成)>>>Linux运维培训怎么入门<<<
在装置胜利git后,会遗留装置目录,这个操作就是针对那个目录的操作。
[root@localhost ~]# cp git-1.7.7.4/contrib/completion/git-completion.bash ~./.git-completion.bash //把这个文件复制成为用户家目录下的同名的躲藏文件
[root@localhost ~]# vi .bashrc //加上下边的那句话
source ~/.git-completion.bash
[root@localhost ~]# source .bashrc
最后进入git的工作区域做测试
[root@localhost ~]# cd /git/status/
[root@localhost status]# git sta //两次tab 就呈现了以下的状况
stage stash status
怎么样?是不是又掌握了一个小技巧,呈现这个提示对于我们学习和记忆来说,会轻松很多。好了,今天的分享就到这里,Linux培训Linux学习哪家好?光环大数据无疑是最好的选择!
大数据培训、人工智能培训、Python培训、大数据培训机构、大数据培训班、数据分析培训、大数据可视化培训,就选光环大数据!光环大数据,聘请专业的大数据领域知名讲师,确保教学的整体质量与教学水准。讲师团及时掌握时代潮流技术,将前沿技能融入教学中,确保学生所学知识顺应时代所需。通过深入浅出、通俗易懂的教学方式,指导学生更快的掌握技能知识,成就上万个高薪就业学子。 更多问题咨询,欢迎点击------>>>>在线客服!