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 切换默认编辑器

vuePress-theme-reco Dreamhunter    2019 - 2022

Git 切换默认编辑器

Dreamhunter 2020/6/27 git

# Git 切换默认编辑器

# 例如切换为 nano
git config --global core.editor nano

git commit --amend --date Use multi access token

  • Git 切换默认编辑器