GithubHelp home page GithubHelp logo

Comments (9)

clouds56 avatar clouds56 commented on August 17, 2024

例如:http://dl.178.com/jx3/ui/934 剑网3阵营军备任务助手,oosiegoo。(设置不太方便,而且有明显bug)
http://dl.178.com/jx3/ui/929 战阶估算器,ty900926。(这个需要阅读源代码因为我不知道战阶是怎么计算的)
(或者如果能征得原作者同意,尽管我觉得并不一定能联系得到)

from jx3.

hightman avatar hightman commented on August 17, 2024

可以是可以吧,因为旧的功能我全做成多语言的。

事实上这个多语言我也是采用PHP脚本自动扫描维护的,并不是动手去更改 lang/ 下的文件。

后来做年兽陶罐时我开启了一个新的 lab/ 目录,里面直接写中文不翻译的,你新加的可以试试加到这里面,测试无BUG就可以了。

git 管理是挺方便发这个pull的话你如果不想所有更改都同步的话,可以试试在分支上直接发起 pull request

from jx3.

clouds56 avatar clouds56 commented on August 17, 2024

可是我不大会管理远端的分支……我都是 git push origin Clouds:master 这样……

from jx3.

hightman avatar hightman commented on August 17, 2024

你本地 clone 一个 git 仓库,然后再本地 checkout -b 一个分支,在这个分析上做修改。改完也可以把分析 push 到你 fork 出来的仓库里,然后再去生成 pull request 试试。

from jx3.

clouds56 avatar clouds56 commented on August 17, 2024

怎么把分支 push 到我 fork 出的仓库里?
现在我有三个分支 master(和 remotes/upstream/master 也就是你的仓库保持同步),Clouds(和 remotes/origin/master 也就是我的仓库保持同步),camptimer(新特性分支),现在 git checkout camptimer
如果我运行 git push 的话他会将 master 推到 remotes/origin/master 然后产生冲突,
如果我运行 git push camptimer:camptimer 他会说远程没有这个分支……
所以我都是把 camptimer 合并到 Clouds 了以后运行 git push Clouds:master
git branch

from jx3.

haimanman avatar haimanman commented on August 17, 2024

你应该从本地干净的 master 分支上创建一个新的分支(比如 camptimer)。

git co -b camptimer

然后在 camptimer 上改造并提交到本地 git 仓库。

然后就在当前分支里使用 git push origin camptimer:camptimer 意思就是将本地的 camptimer 推送到 origin(远程)的 camptimer。

具体 你找一下 progit 这资料 看看。要删除远程分支就 git push origin :camptimer 意思是将空的仓库推送到远程的 camptimer

from jx3.

clouds56 avatar clouds56 commented on August 17, 2024

事实上,我曾经这样尝试过……可是他说找不到位置……
git push branch

我一直怀疑有什么命令可以在远端创建分支可是我没找到QVQ

from jx3.

haimanman avatar haimanman commented on August 17, 2024

你看清楚我写的啊,你漏了参数 origin

from jx3.

haimanman avatar haimanman commented on August 17, 2024

很抱歉这位兄弟,之前的pull request一直没合并,而且过期了,所以我关闭掉了。

此外,因为源码是 GBK 编码写的,换到GITHUB这个只支持UTF-8,里面的中文看上去全是乱码,真是不方便。

from jx3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.