Pull, Add, Commit, Push ...... then Repeat We talked about GIT, GIT Hub , and the three different areas GIT works in. Now it is time to talk about some of the most used GIT commands. I am currently working with a team on a project called Stedman. We are all using the GIT Hub server to track our work as we make changes to the files within the Stedman project. Many changes can be made by other members of the team, from the time I sign off to the time I sign back on. How do I get the changes they made to a file I need to work on, onto my computer? ENTER GIT COMMANDS : 1. The first thing I do is goto my command window on my computer and navigate to the directory where the file I want to work in is located (this will be a directory that is being tracked by GIT). *If you need a quick refresher: cd file_name will take you through each of your directories until you reach your desired location. Issuing an ls command will list the files (sub-di
My Journey To Learning Web Development