[Nodeshot] Little issue, easy to solve, please participate

Alexander Bauer sasha at crofter.org
Sun Oct 21 16:43:15 CEST 2012


Valerio,

With Git, (and GitHub in particular,) you should fork the repository, 
first. That'll create a copy of it owned by your GitHub account. Then, 
you can clone that to your computer and make any changes you like. Once 
you've made some commits, you can push them back to your repository with 
"git push origin master".

(Origin is git's name for the repository you cloned from. You can also 
set "upstream" to the official repository with "git remote add upstream 
https://github.com/ninuxorg/nodeshot.git", and then pull changes from 
there with "git pull upstream master".)

Sasha

On 10/21/2012 09:33 AM, Valerio wrote:
> Hi, i'm quiet new on git but i'd like to help.
> I cloned the master branch on my computer, i edited the #52 line(Just
> changed Cerca nodo, ip with Search node, ip....)[did i get the point?],
> i made git commit -m "my comment" and now how can i submit?
> Thanks
> On 20/10/2012 19:50, Nemesis wrote:
>> Hi guys,
>>
>> there's a little issue that is quite trivial to solve.
>>
>> It is described here:
>> https://github.com/ninuxorg/nodeshot/issues/100
>>
>> And the line to fix is this one:
>> https://github.com/ninuxorg/nodeshot/blob/master/nodeshot/templates/ajax/node_info.html#L52
>>
>> It's very easy to fix!
>>
>> I'd like to encourage users of nodeshot to contribute to the software.
>>
>> I understand that to design and implement complex functionalities like
>> the ones i'm working on the refactoring branch requires a lot of
>> experience and time, therefore I won't ask you to do that, but please,
>> contribute to fix the small issues, it can be an optimum way to start
>> collaborating.
>>
>> If anyone is interested in learning something new, come and join me,
>> fork the project on github and I'll give you the links that explain
>> how to fix that issue.
>>
>> Installing nodeshot for development work is very easy, it takes 2
>> minutes, follow the instructions "Development Installation" here:
>> https://github.com/ninuxorg/nodeshot/blob/master/README.md
>>
>> Come on, come on, come on
>>
>>
>> _______________________________________________
>> Nodeshot mailing list
>> Nodeshot at ml.ninux.org
>> http://ml.ninux.org/mailman/listinfo/nodeshot
>
>
> _______________________________________________
> Nodeshot mailing list
> Nodeshot at ml.ninux.org
> http://ml.ninux.org/mailman/listinfo/nodeshot

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ml.ninux.org/pipermail/nodeshot/attachments/20121021/9d92f9a4/attachment-0001.html>


More information about the Nodeshot mailing list