Principles and Practices, Project Management

doing the git thing

SETUP GIT
git config –global user.name “Joe Smith”
git config –global user.email “jSmith@mail.com”

Result: sucess

now a nightmare

following the instructions

generate the ssh key. apparently everything is fine

following the recomendations of marta verde (instructor) Ill use sourcetree to handle with git
and clone my repository with no problems

however the sshkey doesnt works

different tryes (only examples)

to fix the sshkey problem tooks to me unless 12 differents sshkeys generated and 12 effective hours of work

following the recommendations of marta verde, I reinstalled git from scratch four times, all with different processes

(only examples)

(only examples)

(only examples)

finally I try to generate in the git console instead the cmd

and I try gitkraken instead sourcetree ( thanks hugo)

....and everything works so I start to work in the webpage based on the massimo mechinelli template

how I did my webpage

agreement

some comparations betwen different code environments

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.