avatar
Articles
91
Tags
49
Categories
34
Home
Archives
Tags
Categories
Link
About
Blogs
Home
Archives
Tags
Categories
Link
About

Blogs

如何配置git
Created2023-09-28|教程
如何配置git本文给出一种更改git配置文件快速配置git的方法,以及一些常用的配置。 配置文件使用方法:- 在目录下新建.gitconfig文件(Windows下就是C:\Users\用户名,Linux下就是)- 在~目录下新建.gitignore文件- 复制一下内容到对应文件中.gitconfig文件内容123456789101112131415161718192021222324252627282930313233343536[user] name = YOUR_NAME email = YOUR_EMAIL[alias] co = commit st = status logl = log --graph --all --oneline ch = checkout cp = cherry-pick[core] quotepath = false editor = code --wait --new-window excludesfile = ~/.gitignore[filter "lfs"] process = git-lfs...
1…910
avatar
Eric Li
Articles
91
Tags
49
Categories
34
Follow Me
Announcement
The blog is now under construction
Recent Posts
Hydra | python参数配置包2025-06-05
arXiv:1704.01665v4 | Learning Combinatorial Optimization Algorithms over Graphs | NCO论文阅读2025-05-23
GAE | 广义优势估计2025-03-24
PPO2025-03-07
FLA Lab Report | 自动机大作业实验报告2025-01-17
Categories
  • AI1
  • Algorithm2
  • Article_Reading1
    • reinforcement_learning1
  • CV1
  • Cryptology5
  • DB3
  • Diffusion1
Tags
wsl Others LaTeX Math OS Cryptology RBT Optimization IRL Integral notes DB latex Probability_Theory Network acme termux server InformationTheory texlive Hydra RegularExpression Article CV gitlab-ci Algorithm AVL cmake frp certbot ssl ICS B树 3D AI cpp Python Diffusion fla VSCode
Archives
  • June 2025 1
  • May 2025 1
  • March 2025 2
  • January 2025 3
  • December 2024 5
  • November 2024 9
  • October 2024 8
  • September 2024 4
Website Info
Article Count :
91
Unique Visitors :
Page Views :
Last Update :
©2023 - 2025 By Eric Li
Framework Hexo|Theme Butterfly
蜀ICP备2023025661号-1