Page 1 of 1

Github Organization

Posted: Wed Jul 09, 2014 12:53 pm
by Bloodknight
https://github.com/AstoniaDev

I have set up a github organisation called AstoniaDev for people to join in on collabrative astonia projects. I have added at the moment both mine and astragons publicly hosted versions of the files published by ishtar.

I have plans to publicly post some of the projects ive been working on. If anybody has any astonia based stuff they have been working on and are willing to share a copy so other people can work on it let me know via PM.

If you have a github acct and wish to join the organisation PM me with your github username and i will add you. Currently all new members are assigned to the tools dev team and have write access to the repositories there. I am looking in the future to select some other trusted and responsible devs to become owners and administrators of the organisation so that they can also add new users and repositories.

the organisation can be found using the link at the top

if you dont have a github account downloading is easy, select the project you want to download and on the right hand side there is a download zip option.

Re: Github Organization

Posted: Wed Jul 09, 2014 1:52 pm
by Valadez
I really need to figure out this GitHub thing. Got a bunch of various things I've worked on that I'm happy to share.

Re: Github Organization

Posted: Wed Jul 09, 2014 2:49 pm
by Eddow
Astragons publicly hosted versions? Are those not exactly the same as ishtars?

Re: Github Organization

Posted: Wed Jul 09, 2014 2:50 pm
by Eddow
Valadez wrote:I really need to figure out this GitHub thing. Got a bunch of various things I've worked on that I'm happy to share.
And yes you should =) Have you not worked with GIT before? It's awesome. We use it for development of client/website/server all together.

Re: Github Organization

Posted: Wed Jul 09, 2014 3:17 pm
by Valadez
No Sir. I'm pretty clueless with it.

So I've got code here that adds the ability for people to choose what clan number they want their clan to be when making a clan. I've modified three files for it. Would I literally just upload those files as they are or do I only upload the changes or what?

Re: Github Organization

Posted: Wed Jul 09, 2014 3:38 pm
by Eddow
I suggest doing some read up on it valadez, I could guide you on skype if you'd like. But the manual is a good start.

Basically it tracks EVERYthing you do, allows you to add messages, and merge files from people all in one big pile of code. It's pretty awesome and it's necessary when working with a team on code

Re: Github Organization

Posted: Thu Jul 10, 2014 7:08 am
by Exekiel
The more you go through the test or Ugaris, the more differences between it and Astragon's code become apparent. They aren't big, mostly tiny changes, but they are certainly there.

Re: Github Organization

Posted: Thu Jul 10, 2014 7:10 pm
by Valadez

Re: Github Organization

Posted: Thu Jul 10, 2014 7:44 pm
by Bloodknight
Exekiel wrote:The more you go through the test or Ugaris, the more differences between it and Astragon's code become apparent. They aren't big, mostly tiny changes, but they are certainly there.
and you have astragons code how? :p

Re: Github Organization

Posted: Tue Jul 15, 2014 6:45 pm
by Eddow
Valadez wrote:Is this okish?
https://github.com/Valadez601/Astonia-3.0
Close =)

In general, you "clone/fork" a repository, make changes to it, and push it. This way EXACTLY all changes you made to files, to get what you wanted done, will be shown in a "commit". This can then be merged in to a branch.

If that makes sense to you.