Dennis201503413 / myBlog

0 stars 0 forks source link

Git & GitHub | Dennis #16

Open Dennis201503413 opened 5 years ago

Dennis201503413 commented 5 years ago

https://dennismasaya.com/2019/08/01/Git-GitHub/

Git & GitHub

LuisRivera96 commented 5 years ago

Thanks for the explanation since I didn't understand how to use git. In ipc1 they left me a course but I honestly didn't understand where the commands that were given there were entered. I didn't even know that something had to be installed on the computer but in this post it is very clear everything step by step from how to create a new repository in github and how to install the tool on our pc to be able to upload our projects from the git console and know the order and what commands to use, and also be able to see from our console the status of our repository and the last time we made commit. Without this post I would have found it a bit difficult to be able to do the github part in the practices and projects that were left throughout the semester.

chrissramos commented 5 years ago

I had problems with the use of this tool, before this course I had heard about GIT but I had no idea what it was or how it worked, I appreciate that we have been forced to use it, since it is necessary to learn new tools and technologies always, now I see that GIT is a very useful tool. I am grateful for this series of steps that helped me to use this tool, now I do not worry if the last thing is lost, since I am sure that it will be in GIT and that I will be able to work where I stay, in general in all publications you are always very clear when explaining a topic, I hope you continue contributing to how to use GIT and other issues related to the area, I hope you succeed in everything, peace

EdsonArmando commented 5 years ago

This explanation about github helped me a lot about how to safely store all my projects in the Engineering and Systems Engineering career, as well as learning about version controller systems, as well as how to have a history of commits. They help to get an idea of ​​the progress that is being made and see all the changes that have been made to the project. It is a very important tool when working as a team and there is extensive documentation and examples on Github. A very good post about gitHub that helps a lot to understand but absolutely nothing is known about this tool.

William-148 commented 5 years ago

This post helped me understand more about git. The first time I heard about git, it was in the IPC2 course, where for the project it was necessary to use and create a remote repository in github, at that time I did not understand very well why I should use it, and how to use it. In the course of data structure, the use of this tool is required, and with this post I have finished understanding the basic use of this tool and how to link a local repository to a remote repository, now that I am using this tool, I think everyone should use it. In the post the basic git commands are shown, I hope that in the future the post will be improved, shown more commands and more advanced things, for example: create, change, combine and delete branches.

josesantizo-dev commented 5 years ago

Thanks for the explanation, everything is very detailed and with very simple steps I understood the basics of this tool, now I can have a better control of my projects in the college and have a backup that I can enter from any device at any time , when working with data structures, GitHub helped me to return to previous versions of my software, in case the modifications I had made did not work, at other times I modified my software with the fear of damaging all my work, but with gitHub I have the peace of mind that I can return to an earlier version and everything will work as before making a new modification, very good post!