Visual Sudio 2013 Community

The Partridge Family were neither partridges nor a family. Discuss.
cameron
Posts: 794
Joined: June 26th, 2012, 5:38 pm
Location: USA

Re: Visual Sudio 2013 Community

Post by cameron » February 12th, 2015, 9:56 pm

Not really a site. Git is a source control repository.
Computer too slow? Consider running a VM on your toaster.

User avatar
Asimov
Posts: 814
Joined: May 19th, 2012, 11:38 pm

Re: Visual Sudio 2013 Community

Post by Asimov » February 12th, 2015, 9:57 pm

Hi MrGodin,
Git is a source code site where people share code
Then it is totally useless unless you are working in a team heh heh.
----> Asimov
"You know no matter how much I think I have learnt. I always end up hitting brick walls"
http://www.asimoventerprises.co.uk

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Visual Sudio 2013 Community

Post by albinopapa » February 12th, 2015, 10:27 pm

MrGodin wrote:Git is a source code site where people share code
You are thinking of GitHub or other places like it.

Git is source control software. It allows you to make separate branches during your development so that if you want to try adding a new feature you don't have to make backups manually, you just create a new branch, add the feature and if it works you merge the new with the old or continue on. If you find that it doesn't work, then you can just revert back to the main branch, and start from there.

It allows teams to have their own branches and can merge their progress when they are done. If there are any conflicts, instead of overwriting each other's work, it can not the discrepancies so it can be resolved before finalizing the merge.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

MrGodin
Posts: 721
Joined: November 30th, 2013, 7:40 pm
Location: Merville, British Columbia Canada

Re: Visual Sudio 2013 Community

Post by MrGodin » February 12th, 2015, 10:30 pm

ahh.. interesting, never fully used it, but i have downloaded source from there ..
Curiosity killed the cat, satisfaction brought him back

User avatar
Asimov
Posts: 814
Joined: May 19th, 2012, 11:38 pm

Re: Visual Sudio 2013 Community

Post by Asimov » February 12th, 2015, 10:58 pm

Hi albinopapa,

Well I make incremental backups anyway, and save to dropbox too, so if anything happens I can always go back. So no need for tihs extra feature.
----> Asimov
"You know no matter how much I think I have learnt. I always end up hitting brick walls"
http://www.asimoventerprises.co.uk

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Visual Sudio 2013 Community

Post by albinopapa » February 13th, 2015, 5:47 am

I use to use the dropbox method. I'm still experimenting with things so I don't have any projects worth uploading to another computer at the moment. I do like the branches feature of source control. I use it for what I mentioned earlier. It makes more sense to me to use a tool that simplifies things than to "do it the hard way".

Anyway, to each his/her own.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

User avatar
BurakCanik
Posts: 250
Joined: February 8th, 2014, 9:16 pm
Location: Istanbul, Turkey

Re: Visual Sudio 2013 Community

Post by BurakCanik » February 14th, 2015, 8:08 pm

Well I'm not backing up anything at the moment since I'm still learning 3D and didn't start a project of my own. But if I did, the git sounds awesome for backing up. Having the ability to create another branch, go from there, turn back to the main branch if you failed miseribly and so on. Seems like a perfect way.
If real is what you can feel, smell, taste and see, then 'real' is simply electrical signals interpreted by your brain" - Morpheus

nackles
Posts: 22
Joined: February 13th, 2015, 2:36 am

Re: Visual Sudio 2013 Community

Post by nackles » February 14th, 2015, 8:43 pm

I found a key for Visual Studio 2013 ultimate. So that's what i have been using. I love visual studio.

User avatar
BurakCanik
Posts: 250
Joined: February 8th, 2014, 9:16 pm
Location: Istanbul, Turkey

Re: Visual Sudio 2013 Community

Post by BurakCanik » February 16th, 2015, 5:57 pm

I'm using vs 13 ultimate too. Lovin it.
If real is what you can feel, smell, taste and see, then 'real' is simply electrical signals interpreted by your brain" - Morpheus

MrGodin
Posts: 721
Joined: November 30th, 2013, 7:40 pm
Location: Merville, British Columbia Canada

Re: Visual Sudio 2013 Community

Post by MrGodin » February 17th, 2015, 5:20 pm

does ultimate have sockets in it's toolbox ?
Curiosity killed the cat, satisfaction brought him back

Post Reply