Save your script from deletion or any harddrive corruption
#16

Quote:
Originally Posted by Arjanz
Посмотреть сообщение
Correct, and drop box was listed by Edward snowmen as under NSA
"Edward snowmen" - You made my morning sir, thank you!

Anyway, Y_Less pretty much sums the best solution up.

GitHub is great for open source stuff, all my gamemodes, libraries etc are open source and I have tons (really should release them)

However, I've come across some annoyances with Git involving branches and "detached head" errors. Watch out when working with branches, if you make a change to the same file on two branches at a time, you can't merge them and if you try it actually screws things up a bit (or maybe that was a bug). If you ever get into that situation, merge them manually!

Other than that, Git and GitHub are really useful for issue tracking, idea brainstorming (you can comment on individual lines) and sharing specific snippets (you can select a particular line or lines and link it)

Issues can be labeled and you can customise the labels with names/colours. I have a neat set here that I use to categorise issues:


Pull requests are handy, if a friend finds a bug and fixes it, they can write the code and submit a "Pull Request" then I can accept that code and merge it to the main branch without even needing to be at my working machine, it's all done through the web interface.


Aside from GitHub, Assembla offers public repositories with SVN as well as Git (it's handy to learn the ins and outs of both systems) or, if you have a spare machine you can install your own VCS on there.
Reply


Messages In This Thread
Save your script from deletion, discuss cloudstorage or repisotories here. - by Tamer - 19.03.2014, 20:10
Re: Save your script from deletion or any harddrive corruption - by Rock - 19.03.2014, 20:21
Re: Save your script from deletion or any harddrive corruption - by Johnson_boy - 19.03.2014, 22:28
Re: Save your script from deletion or any harddrive corruption - by Snipa - 19.03.2014, 23:17
Re: Save your script from deletion or any harddrive corruption - by Arjanz - 20.03.2014, 02:17
Re: Save your script from deletion or any harddrive corruption - by Tamer - 20.03.2014, 05:53
Re: Save your script from deletion or any harddrive corruption - by Arjanz - 20.03.2014, 09:03
Re: Save your script from deletion or any harddrive corruption - by Avi Raj - 20.03.2014, 09:11
Re: Save your script from deletion or any harddrive corruption - by Niko_boy - 20.03.2014, 13:36
Re: Save your script from deletion or any harddrive corruption - by admantis - 20.03.2014, 19:49
Re: Save your script from deletion or any harddrive corruption - by Tamer - 20.03.2014, 19:58
Re: Save your script from deletion or any harddrive corruption - by Johnson_boy - 20.03.2014, 22:47
Re: Save your script from deletion or any harddrive corruption - by Y_Less - 21.03.2014, 06:04
Re: Save your script from deletion or any harddrive corruption - by thefatshizms - 21.03.2014, 06:33
Re: Save your script from deletion or any harddrive corruption - by iZN - 21.03.2014, 08:32
Re: Save your script from deletion or any harddrive corruption - by [HLF]Southclaw - 21.03.2014, 10:55

Forum Jump:


Users browsing this thread: 1 Guest(s)