当前位置: 首页 > 后端技术 > PHP

gittag避免重新输入密码

时间:2023-03-29 20:42:56 PHP

避免在本地重新输入账号密码gitconfig--globalcredential.helperstore执行命令:gitconfig--globalcredential.helperstoregitpull输入你的用户名和密码storemode会存储和查看系统存储的用户名和密码cat~/.git-credentialstaggittag  //查看taggittagtest_tagc809ddbf83939a89659e51dc2a5fe183af384233//tagonacommitgittag...gitpushorigintest_tag    //!!!本地标签被推送到线上...gittag-dtest_tag        //删除本地标签gitpushorigin:refs/tags/test_tag    //删除本地标签,再次执行这句话,删除在线标签更新自动加载文件composerdump-autoload更多精彩文章请关注王明昌的博客