zoukankan      html  css  js  c++  java
  • SourceTree

    结合工具:   好好的熟悉git命令    理解git的工作机制啊!

    1.git bash很方便的啊  

    2.git的完善: 创建git补丁     git变基        

    一:下载并安装sourceTree:(版本要低一点的,新版本无法破解!)

    二:C:UsersAdministratorAppDataLocalAtlassianSourceTree  在此目录下添加一个accounts.json文件 (找不到这个路径:查看文件选项,勾选不隐藏文件夹)

    三:复制以下内容到accounts.json,保存文件,然后再打开sourceTree就自动跳过注册了!  

    [
      {
        "$id": "1",
        "$type": "SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity",
        "Authenticate": true,
        "HostInstance": {
          "$id": "2",
          "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountInstance, SourceTree.Host.AtlassianAccount",
          "Host": {
            "$id": "3",
            "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountHost, SourceTree.Host.AtlassianAccount",
            "Id": "atlassian account"
          },
          "BaseUrl": "https://id.atlassian.com/"
        },
        "Credentials": {
          "$id": "4",
          "$type": "SourceTree.Model.BasicAuthCredentials, SourceTree.Api.Account",
          "Username": "",
          "Email": null
        },
        "IsDefault": false
      }
    ]
    

      

           

            

  • 相关阅读:
    CSS
    CSS样式
    CentOS/Ubuntu 搭载环境所遇问题
    XHTML 注意的地方
    HTML 全局属性 全局事件属性
    shell命令之---Linux文件权限
    shell命令之---使用Linux环境变量
    shell命令之---处理数据文件
    shell命令之---检测磁盘空间
    shell命令之---文件内容查看
  • 原文地址:https://www.cnblogs.com/njqa/p/9831523.html
Copyright © 2011-2022 走看看