git记住用户名和密码
git config --global credential.helper store
实际应用中,可能需要准确知道指定分支的创建时间。
代码实例如下:
git reflog show --date=iso master
git reflog show --date=iso #######
执行效果
-- 删除远程分支
git push origin --delete branchName
git记住用户名和密码
git config --global credential.helper store
实际应用中,可能需要准确知道指定分支的创建时间。
代码实例如下:
git reflog show --date=iso master
git reflog show --date=iso #######
执行效果
-- 删除远程分支
git push origin --delete branchName