xgqfrms / git

git all in one
https://git.xgqfrms.xyz
MIT License
2 stars 1 forks source link

git config #3

Open xgqfrms opened 4 years ago

xgqfrms commented 4 years ago

git config

# git config

$ git config

$ git config --list --show-origin

$ git config --global user.name "xgqfrms"
$ git config --global user.email xgqfrms@xgqfrms.xyz

# $ git config --global core.editor emacs
$ git config --global core.editor vscode

$ git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"

git

https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-config

https://git-scm.com/docs/git-config

github

https://help.github.com/en/articles/setting-your-username-in-git

https://help.github.com/en/articles/set-up-git


https://www.shellhacks.com/git-config-username-password-store-credentials/


http://www.ruanyifeng.com/blog/2017/02/filename-should-be-lowercase.html


xgqfrms commented 4 years ago

git config & user.name & user.email


# your configuration file:
$ git config --global --edit

# After doing this, you may fix the identity used for this commit with:
$ git commit --amend --reset-author

$ git config

$ git config --list

$ git config --global user.name "xgqfrms"            

# $ git config --global user.email "xgqfrms@xgqfrms.xyz"
$ git config --global user.email xgqfrms@xgqfrms.xyz

image

xgqfrms commented 4 years ago

git & name & email

https://help.github.com/en/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git

https://help.github.com/en/github/using-git/setting-your-username-in-git

https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup

https://confluence.atlassian.com/bitbucket/configure-your-dvcs-username-for-commits-950301867.html

image