• git


    设置提交用户名

    git config --global user.name "username"

    git config --global user.email "email"


    git reset --hard b50331d28e558ea762189b6066d62388ecf78661 还原全部修改
    git checkout b50331d28e558ea762189b6066d62388ecf78661 文件 还原本地文件

    git reset HEAD README.md 取消commit
    git log --author=nowpp --name-status

    git reset --hard origin/master
    git checkout up 切换分支


    git reset --hard b50331d28e558ea762189b6066d62388ecf78661 还原全部修改
    git checkout b50331d28e558ea762189b6066d62388ecf78661 文件 还原本地文件

    git reset HEAD README.md 取消commit
    git log --author=jiangshilin --name-status

    git reset --hard origin/master
    git checkout up 切换分支

    git brach 分支 创建
    git push origin --delete push_test 删除

    git config --global user.name "jiangshilin"

    git config --global user.email "jiangshilin@ttyun.com"

    ssh-keygen -t rsa -C "jiangshilin@ttyun.com" 
     
    git checkout -f HEAD
  • 相关阅读:
    DHCP配置实例
    upupw phpmyadmin写shell
    网络配置课学期总结
    c#写一个网站后台扫描器
    移位运算符
    JavaScript 事件
    JS自动爆炸案例
    生成树协议
    暴力操作节点
    为博客园添加统计访问量的工具
  • 原文地址:https://www.cnblogs.com/nowphp/p/5852814.html
Copyright © 2020-2023  润新知