LinuxGitconfig stands for the initial installation and running Git. we recommend that you run the following command on the command line to configure the abbreviations and colors, which can effectively improve the efficiency of www.2cto. comShell code gitconfig -- global -- adduser. email & quot; mebusw@163.com & quot; git...
Linux Git config stands for configuration first install and run Git. we recommend that you run the following command in the command line to configure the abbreviation and color, which can effectively improve the efficiency of www.2cto.com Shell code git config -- global -- add user. email "mebusw@163.com" git config -- global -- add user. name "mebusw" git config -- global alias. co checkout git config -- global alias.br branch git config -- global alias. ci commit git config -- global alias. st status git config -- global alias. last 'log-1 head' git config -- global color. di Ff auto git config -- global color. status auto git config -- global color. branch auto git config -- global alias. co checkout git config -- global merge. tool kdiff3 git config -- global meregtool. kdiff3.path "/usr/bin/kdiff3" git config -- global alias. visual "! Gitk "create a file ~ /. Gitignore_globalShell code # compiled source ####################*. com *. class *. dll *. exe *. o *. so *. pyc # Packages ############# it's better to unpack these files and commit the raw source # git has its own built in compression methods *. 7z *. dmg *. gz *. iso *. jar *. rar *. tar *. zip # Logs and databases #######################*. log *. SQL *. sqlite # OS generated files #######################. DS_Store * ehthumbs. db Icon? Thumbs. db. svn *. bak
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.