git知识库

10002、gitlab上传代码报错fatal: unable to access ‘http://gitlab********‘: Could not resolve host: gitlab.******

解决办法:服务器地址:端口号

10001、命令行

git 基础命令_金箍一梦何来愁的博客-CSDN博客git 基础命令https://blog.csdn.net/yz18931904/article/details/125113164

-1、git没有权限的问题

git 没有权限的问题_金箍一梦何来愁的博客-CSDN博客

1、查看一个分支是从哪个分支拉出来了:

git reflog show 分支名

git reflog --date=local | grep 分支名

(154条消息) git常用的命令-----自己总结_yz18931904的博客-CSDN博客

(154条消息) git log的不同颜色的标签解读_yz18931904的博客-CSDN博客

4、idea的git操作规范

https://www.yuque.com/chengyaojinanqilababy/kb/rarqpe

7、idea  删除一次操作

(154条消息) idea revertcommit_yz18931904的博客-CSDN博客

8、cherry-pick

(154条消息) cherry-pick_yz18931904的博客-CSDN博客

9、创建一个新list  将不想提交的代码放到这个list里面

(154条消息) 创建一个list将不想提交的代码放进去_yz18931904的博客-CSDN博客

10、查看一个分支的创建的时间

git reflog show --date=iso | grep  master2

  结果:checkout: moving from master to master2

11、代码推送到gitee仓库

12、Git报错:Another git process seems to be running in this repository - willingtolove - 博客园 (cnblogs.com)

(215条消息) fatal: You are not currently on a branch. To push the history leading to the current (detached HEAD)_luyee2010的博客-CSDN博客

https://blog.csdn.net/yz18931904/article/details/124995909

https://blog.csdn.net/qq_34609889/article/details/88733153 https://blog.csdn.net/lyh1023812/article/details/122805455 

13、cherry-pick功能

idea中,git的cherry-pick怎么用?_全冉的博客-CSDN博客 

你可能感兴趣的:(技术经理,git)