书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 19931 个相关结果.
  • 使用SourceTree

    使用SourceTree 提交 分支 推送 小结 读后有收获可以支付宝请作者喝咖啡: 使用SourceTree 当我们对Git的提交、分支已经非常熟悉,可以熟练使用命令操作Git后,再使用GUI工具,就可以更高效。 Git有很多图形界面工具,这里我们推荐SourceTree ,它是由Atlassian 开发的免费Git图形界面工具,可以操...
  • Workflow

    Github Workflow Fork The Project Adding the Forked Remote Create & Rebase Your Feature Branch Commit & Push Open a Pull Request Get a code review Squashing Commits Example P...
  • init

    429 2020-11-23 《Git Reference》
    NAME SYNOPSIS DESCRIPTION OPTIONS TEMPLATE DIRECTORY EXAMPLES GIT NAME git-init - Create an empty Git repository or reinitialize an existing one SYNOPSIS git init [- ...
  • 6. Deploy Your Site

    6. Deploy Your Site On this page Deploy to Netlify Set up Git repository 1. Create a new repository 2. Initialize your local directory 3. Add your local files 4. Commit your lo...
  • 储藏(Stashing)

    储藏(Stashing) 储藏你的工作 取消储藏(Un-applying a Stash) 从储藏中创建分支 储藏(Stashing) 经常有这样的事情发生,当你正在进行项目中某一部分的工作,里面的东西处于一个比较杂乱的状态,而你想转到其他分支上进行一些工作。问题是,你不想提交进行了一半的工作,否则以后你无法回到这个工作点。解决这个问题的办法就...
  • Deploying Python applications

    Deploying Python applications Overview Creating the app Application code Git deployment Listing dependencies Running the application Deployment hooks Going further Depl...
  • mergetool

    NAME SYNOPSIS DESCRIPTION OPTIONS TEMPORARY FILES GIT NAME git-mergetool - Run merge conflict resolution tools to resolve merge conflicts SYNOPSIS git mergetool [-- t...
  • Pull request workflow

    Pull request workflow Git source repository Forking and cloning Branching Updating your branch Making changes Pushing changes to a remote Issuing a pull request Modifying a ...
  • Github for Beginners

    882 2018-05-14 《Enspiral Handbook》
    Git for Beginners Why Git? Git lingo: issues, repos, pull requests, and merging Put your new Git skills to good use The amazing Github intro video series What is Github and Why ...
  • 如何贡献

    如何提交代码和文档 Step 1: 通过 GitHub Fork Step 2: 将分支克隆到本地 定义预提交 hook Step 3: 分支 Step 4: 开发 代码风格 添加单元测试 请开启单元测试进行源码编译 运行所有单元测试 验证 Step 5: 保持分支同步 Step 6: Commit Step 7: Push Step...