Dreamhunter Blog

你指尖跃动的电光,是我此生不变的信仰

vuePress-theme-reco Dreamhunter    2019 - 2022
Dreamhunter Blog

Choose mode

  • dark
  • auto
  • light
首页
分类
  • algorithm
  • database
  • devops
  • docker
  • front
  • git
  • hackintosh
  • http
  • java
  • linux
  • odoo
  • nginx
  • macos
  • mq
  • other
  • python
  • redis
  • router
标签
归档
GitHub (opens new window)
author-avatar

Dreamhunter

119

文章

40

标签

首页
分类
  • algorithm
  • database
  • devops
  • docker
  • front
  • git
  • hackintosh
  • http
  • java
  • linux
  • odoo
  • nginx
  • macos
  • mq
  • other
  • python
  • redis
  • router
标签
归档
GitHub (opens new window)
  • Git

    • Count code Lines by git log
    • Git-ignore-file-permission-changes
    • Git忽略SSL认证
    • git commit --amend --date
    • Git 切换默认编辑器
    • Use multi access token

Git-ignore-file-permission-changes

vuePress-theme-reco Dreamhunter    2019 - 2022

Git-ignore-file-permission-changes

Dreamhunter 2020/3/23 git

# Git ignore file permission changes

git config core.filemode false
git config --global core.fileMode false

Count code Lines by git log Git忽略SSL认证

  • Git ignore file permission changes