SETUP GIT
git config –global user.name “Joe Smith”
git config –global user.email “jSmith@mail.com”
Result: sucess
Throughout the FAB Academy used mostly Visual Studio. previously in everything related to web I used Sublime Text. This is a very light tool that allows you to install packages for each language or environment, which makes things much easier. Some packages of fault searches that I do not know well but generally behaves in a very agile and simple way. I use it mostly in the JavaScript environment. Visual Studio what is a software very similar both in appearance and in the activity of operation. It has in the same way a screen with an index to access all the URLs you have open and also a very useful scroll to access the part of code you are using. In this case, I only use HTML but later I will try other languages. Visual Studio code should not be confused with Microsoft's Visual Studio. Programming environment oriented to the languages of the family. Net. As I am not an expert in programming, I do not know this environment in depth, although I have managed it on some occasions to manufacture components for grasshopper. So I can say that it is a programming environment with many more tools that are used and that little by little I am learning although I can only handle C sharp and visual basic of all this huge programming environment. This is Microsoft Visual Studio is an environment very similar to Eclipse, with the natural differences that correspond to the structure of each language since the eclipse is much more oriented to the Java environment. Both are willing to accept packages that complement their already very abundant functions and have forms of connection with other software and debugging methods very advanced both by code sectors and by threads and by timelines. These environments can also handle HTML but at least to me and maybe due to my ignorance, it is much more complicated to use them.