Odoo development
cn
  • 第一步
  • 模块开发
  • 调试
  • 代码测试
  • 移植模块
  • 用户文档
  • Git 与 Github
    • Initial git & github configuration
    • Porting
    • Conflict resolving
    • Multi Pull Request
    • Cancel lame commit
    • Pull request from console
    • Check remote bundings
    • Files relocation
    • Git stash
    • Update Git
    • Squash commits into one
    • Create branch from another’s Pull Request
  • 持续集成
  • Odoo
  • Odoo 系统管理
  • 持续交付
  • 运维
  • IDE
  • 远程开发
  • 其他
Odoo development
  • Docs »
  • Git 与 Github
  • Edit on GitHub

Git 与 Github¶

  • Initial git & github configuration
    • ssh keys
    • gpg keys
    • git email
    • git editor
    • gitignore
  • Porting
    • Forward-port
    • Back-port
    • git cherry-pick
      • cherry-pick range of commits
  • Conflict resolving
    • Deleted files
    • Notes
  • Multi Pull Request
    • Find last merged point
  • Cancel lame commit
  • Pull request from console
  • Check remote bundings
  • Files relocation
    • git format-patch
    • git filter-branch
  • Git stash
  • Update Git
  • Squash commits into one
    • Backup
    • git commit --amend
    • git rebase -i
    • Push
  • Create branch from another’s Pull Request
    • Push updates to another’s Pull Request
Next Previous

© Copyright 2016, IT-Projects LLC Revision bad62b55.

Built with Sphinx using a theme provided by Read the Docs.