Overview Web Browser Access Anonymous Access Developer Access Access from Behind a Firewall Overview This project uses Git to manage its source code. Instructions on Git us...
NAME SYNOPSIS DESCRIPTION ENHANCED OPTION PARSER Magic Options Negating options Aggregating short options Abbreviating long options Separating argument from the option NOT...
解决冲突 小结 读后有收获可以支付宝请作者喝咖啡: 解决冲突 人生不如意之事十之八九,合并分支往往也不是一帆风顺的。 准备新的feature1 分支,继续我们的新分支开发: $ git switch - c feature1 Switched to a new branch 'feature1' 修改readme.tx...
Patch based Contribution Git branch based Contribution Contributions only for release branches Tips Patch based Contribution Here is how committing and merging will usually l...
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 ...
配置文件 小结 有没有经常敲错命令?比如git status ?status 这个单词真心不好记。 如果敲git st 就表示git status 那就简单多了,当然这种偷懒的办法我们是极力赞成的。 我们只需要敲一行命令,告诉Git,以后st 就表示status : $ git config -- global alias . st sta...
Installation with Docker Basics Ports Databases MySQL database PostgreSQL database Named volumes Startup Installation Configure the user inside Gitea using environment vari...